diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2018-04-19 14:04:50 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-19 14:04:50 -0600 |
| commit | 4fd6cc84c7d964fa14a6789cf0042444472087fc (patch) | |
| tree | 318018a604b496b39fc5785b134f68013a274df8 /test/fixtures | |
| parent | cbf44e6ad471f9520af69353174f7a68ac03c9ed (diff) | |
resolves #2200 don't convert inter-document xref to internal anchor if target included partially (PR #2686)
- change the includes key in the document catalog from a Set to a Hash
- don't track file included into the current file if included partially (partial-option attribute is set)
- don't track file included into the current file unless it's AsciiDoc
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/other-chapters.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/other-chapters.adoc b/test/fixtures/other-chapters.adoc new file mode 100644 index 00000000..8b625dda --- /dev/null +++ b/test/fixtures/other-chapters.adoc @@ -0,0 +1,11 @@ +// tag::ch2[] +[#ch2] +== Chapter 2 + +The plot thickens. +// tag::ch2[] + +[#ch3] +== Chapter 3 + +The plot runs its course, predictably. |
