Add support for footer docs

Enables a footer to be appended to the end of a generated document
sourced from tf files or documents in the same way as the header

Adds the `footer-from` field to the config yml
Adds the `--footer-from` flag to the cli

Signed-off-by: Simon Clifford <siclifford@gmail.com>
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Simon Clifford
2021-02-08 12:19:49 +00:00
committed by Khosrow Moossavi
parent 5fae473131
commit aa1e6bbf59
140 changed files with 984 additions and 226 deletions

View File

@@ -19,7 +19,7 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = true
[examples/doc.{adoc,md,tf,txt}]
[examples/doc.{adoc,md,tf,txt};examples/footer.md]
trim_trailing_whitespace = false
insert_final_newline = false