lowlydba/dba-multitool

[Request] Generate asciidoc files

aisbergde opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

asciidoc is also a very good format for documentation. It is also supported by GitHub and some other places. It would allow to document extended Properties content containing markdown, because it is easier to create nested content. The current issue with extended properties containing markdown: they interfere sometimes with the generated markdown.

Describe the solution you'd like

an option to create output in markdown or in AsciiDoc

Describe alternatives you've considered

escaping markdown content (for example code blocks) in any way to still be able to generate valid markdown output.

Additional context
Add any other context or screenshots about the feature request here.

Realistically, I probably won't be pursuing this feature add.

There seems to be several options for converting between Markdown and AsciiDoc (https://github.com/asciidoctor/kramdown-asciidoc, https://pandoc.org/) so that is probably the best route.