BSD-3-Clause licensed by John MacFarlane
This version can be pinned in stack with:asciidoc-0.1.0.1@sha256:85cf73636228cef175c4a2621b878ba8b7fda9e4992c7dbfd9db0fe0138533dc,2020
Module documentation for 0.1.0.1
Depends on 12 packages
(full list with versions):
aeson,
asciidoc,
attoparsec,
base,
bytestring,
containers,
filepath,
mtl,
optparse-applicative,
pretty-show,
tagsoup,
text A parser for AsciiDoc syntax.
Revision history for asciidoc-hs
0.1.0.1 – 2026-02-01
-
Fix character escaping issue (#3). Unconstrained forms of
delimited constructions weren’t being allowed after ++.
-
Fix some footnote parsing issues (#2).
-
Fix parsing of document attributes in the body of the document (#1).
Previously only those in the header were handled.
-
Change handling of doc attributes. Collect them in state so that
we can handle attributes defined in the body of the document.
-
Friendlier error message than “endOfInput” on unexpected content
at the end.
-
Move regression tests to test/regression.
0.1 – 2025-11-30