git-scribe
git-scribe copied to clipboard
port pro git to asciidoc for git-scribe generation
we need a real example
Just FYI @mojavelinux that there's interest in this happening from Scott's standpoint. Note that source of Pro Git is at https://github.com/progit/progit
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.