FooBarWidget / mizuho

Documentation formatting tool. Converts Asciidoc input into nicely formatted HTML.
https://github.com/FooBarWidget/mizuho
MIT License
71 stars 7 forks source link

Integrate with Asciidoctor #3

Open mojavelinux opened 11 years ago

mojavelinux commented 11 years ago

Asciidoctor is a pure Ruby implementation of AsciiDoc and very close to 100% compliant with the syntax. You might find it easier for developers to use this implementation rather than having to use the bundled AsciiDoc distribution. In addition, Asciidoctor is more than 20x faster than the AsciiDoc python.

Here's the info on the gem:

http://asciidoctor.org http://rubygems.org/gems/asciidoctor

FooBarWidget commented 11 years ago

Wow, I didn't know about it.

But I have trouble finding their Git repository. It doesn't seem to be linked from their website. The website links to their Github Pages repository only.

mojavelinux commented 11 years ago

Oops, I just realized that the GitHub pages site only points to itself :)

I added the link to the Contributing section. Here's that link:

http://github.com/erebor/asciidoctor

I'm hoping to move the repository into the asciidoctor organization, we just haven't gotten there yet :)

Btw, you should have plenty of examples showing how to use it. We now have 550 tests ;)