acdc-parser 0.8.0

`AsciiDoc` parser using PEG grammars
Documentation
1
2
3
4
5
6
7
8
// Test attribute references in header author and revision lines
:authors: John Doe <john@example.com>; Jane Smith <jane@example.com>
:revinfo: v1.0, 2024-01-15: Initial release
= Document with Header Attribute References
{authors}
{revinfo}

The document body starts here.