diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-02-29 22:49:26 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-02-29 22:49:26 +0300 |
| commit | e7feab8593aecda391bc7a7409f60842c082bb73 (patch) | |
| tree | 52948f747545c155f3984b9d81e20f1dd964ad14 /spec/fixtures/appendix.adoc | |
| parent | 9099da0c491ba01b85402954015cb87f2349e584 (diff) | |
test that appendix properly gets its own chapter file
Diffstat (limited to 'spec/fixtures/appendix.adoc')
| -rw-r--r-- | spec/fixtures/appendix.adoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/fixtures/appendix.adoc b/spec/fixtures/appendix.adoc new file mode 100644 index 0000000..997e95a --- /dev/null +++ b/spec/fixtures/appendix.adoc @@ -0,0 +1,15 @@ += Appendix book +:doctype: book +:idprefix: +:idseparator: - + +Preamble + +[appendix] +== Appendix + +One + +=== Subsection + +Two |
