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
A good Markdown to AsciiDoc converter is one of my main goals for 2014 (ideally in Q1). I think the ticket will be Kramdown since it provides a full Ruby-based AST for Markdown. From an AST, conversion to the Asciidoctor AST is pretty straightforward. Then, I can use Asciidoctor templates or custom renderer to generate the AsciiDoc output.
I have a prototype of some of this working already, so I'll share a link once I get it pushed to a git repo.
I know that pandoc does a decent job of converting to AsciiDoc, but I'd really like to have a tool that gives us more control and integrates with the Asciidoctor APIs.
we need a real example
The text was updated successfully, but these errors were encountered: