guidebook supports AsciiDoc (.adoc and .asciidoc) files alongside Markdown.
Reference .adoc files in your SUMMARY.md just like Markdown files:
# Summary
* [Introduction](README.md)
* [AsciiDoc Chapter](chapter.adoc)
guidebook renders AsciiDoc with its built-in renderer, supporting:
= Title, == Section, etc.)*bold*, _italic_, `code`)You can freely mix Markdown and AsciiDoc files in the same book. Each file is rendered with the appropriate parser based on its extension.