standardese icon indicating copy to clipboard operation
standardese copied to clipboard

[Feature Request] Support AsciiDoc Generator

Open Swat-SomeBug opened this issue 2 years ago • 2 comments

AsciiDoc is a light weight markup language similar to Markdown. It natively supports multi-page files, anchors and tables instead of reverting to HTML. It also includes several features that’s not available in CommonMarkdown.

Would it be possible to support this generator?

Swat-SomeBug avatar Apr 15 '22 09:04 Swat-SomeBug

Would it be possible to support this generator?

It would not be terribly difficult to support output in this format. (It's substantially more work to parse source code comments written in this format.)

saraedum avatar May 18 '22 08:05 saraedum

Hi @saraedum, I originally meant it as an output format. However, having the ability to parse source code would also be really good. The reason is \note has an equivalent admonishment in AsciiDoc. Having additional ability to use \warning could be really good as well.

However, as an initial step, output format would be sufficient.

Swat-SomeBug avatar May 24 '22 10:05 Swat-SomeBug