You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdown is fine for simple use-cases documentation. AsciiDoc is far more richer than Markdown and is a necessity in serious documentation work.
AsciiDoc also has high quality tools for producing a wide range of output formats: html5, xhtml, docbook, pdf, epub, dvi, latex, roff, ps.
Peach can then provide a "export as pdf" kind of feature !
(hint: in the absence of plain go library that supports asciidoc, external ruby/python helpers can be used as done in case of hugo - gohugoio/hugo#470)
The text was updated successfully, but these errors were encountered:
I'd love to see AsciiDoc support in peach.
Markdown is fine for simple use-cases documentation. AsciiDoc is far more richer than Markdown and is a necessity in serious documentation work.
AsciiDoc also has high quality tools for producing a wide range of output formats: html5, xhtml, docbook, pdf, epub, dvi, latex, roff, ps.
Peach can then provide a "export as pdf" kind of feature !
(hint: in the absence of plain go library that supports asciidoc, external ruby/python helpers can be used as done in case of hugo - gohugoio/hugo#470)
The text was updated successfully, but these errors were encountered: