bootleg
bootleg copied to clipboard
Support for AsciiDoctor?
Hi! It would be awesome if bootleg also supported AsciiDoctor as the source format. I find it far superior to Markdown for technical writing, and use it successfully for my blog. Thank you!
@holyjak You might be interested in my watch script for babashka book. What it does:
- Watch for file changes
- Show rendering in browser which refreshes automatically
- Compile asciidoc using the asciidoc CLI
https://github.com/babashka/book/blob/master/script/watch.clj
Nice, I should have thought of using the asciidoc CLI ...