bootleg icon indicating copy to clipboard operation
bootleg copied to clipboard

Support for AsciiDoctor?

Open holyjak opened this issue 3 years ago • 2 comments

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 avatar Sep 25 '21 14:09 holyjak

@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

borkdude avatar Sep 25 '21 14:09 borkdude

Nice, I should have thought of using the asciidoc CLI ...

holyjak avatar Sep 28 '21 13:09 holyjak