This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(article): add ignore asciidoc in _includes directory (close #74)
- Loading branch information
hitsuji_no_shippo
committed
Dec 24, 2019
1 parent
53bf786
commit d58f566
Showing
7 changed files
with
97 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
:revdate: 2019-12-21T21:27:04+0900 | ||
|
||
// tag::body[] | ||
= First | ||
|
||
First | ||
|
||
.Attributes | ||
[cols="m,d", cols="headers, autowidth"] | ||
|================================================ | ||
|Attributes |Values | ||
|\{doctitle} |{doctitle} | ||
|================================================ | ||
|
||
.Include command | ||
[literal] | ||
.... | ||
\include::./second/index.adoc[tag=body, leveloffset=+1] | ||
.... | ||
|
||
include::./second/index.adoc[tag=body, leveloffset=+1] | ||
// end::body[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
:revdate: 2019-12-21T21:30:24+0900 | ||
|
||
// tag::body[] | ||
= Second index | ||
|
||
Second index | ||
|
||
.Attributes | ||
[cols="m,d", cols="headers, autowidth"] | ||
|================================================ | ||
|Attributes |Values | ||
|\{doctitle} |{doctitle} | ||
|================================================ | ||
|
||
.Include command | ||
[literal] | ||
.... | ||
\include::./second.adoc[tag=body, leveloffset=+1] | ||
.... | ||
|
||
include::./second.adoc[tag=body, leveloffset=+1] | ||
// end::body[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:revdate: 2019-12-21T21:26:29+0900 | ||
|
||
// tag::body[] | ||
= Second | ||
|
||
Second | ||
|
||
.Attributes | ||
[cols="m,d", cols="headers, autowidth"] | ||
|================================================ | ||
|Attributes |Values | ||
|\{doctitle} |{doctitle} | ||
|================================================ | ||
// end::body[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
= Include | ||
:revdate: 2019-12-21T21:26:58+0900 | ||
:page-tags: [ascidoc, include] | ||
|
||
Include | ||
|
||
.Attributes | ||
[cols="m,d", cols="headers, autowidth"] | ||
|================================================ | ||
|Attributes |Values | ||
|\{doctitle} |{doctitle} | ||
|================================================ | ||
|
||
.Include command | ||
[listing] | ||
.... | ||
\include::content/blog/include/_includes/first.adoc[tag=body, leveloffset=+1] | ||
.... | ||
|
||
include::content/blog/include/_includes/first.adoc[tag=body, leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters