asciidoc-hs
asciidoc-hs copied to clipboard
AsciiDoc parser that can be used as a Pandoc front-end, written in Haskell
Fix #25
Either during block parsing or as a mid-process. Asciidoctor uses divs to delimit sections and add metadata to them. Cannot mimic Asciidoctor output without computing section scope and nesting.
- [ ] Quotation Marks and Apostrophes - [ ] Subscript, superscript - [ ] Hard line breaks - [ ] Inline passthroughs - [ ] \\-escaping - [ ]...
- [ ] Literal blocks - [ ] Passthrough blocks - [ ] Indented paragraphs - [ ] `[verse]` blocks - [ ] Document header - [ ] Line breaks...