cdoc-parser 0.10.0-alpha

A markdown-based document parser with custom syntax
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Nested commands (tagged and untagged)

=======
#t{#ref}
#t{#ref}t#
=======

(doc
    (command
        (command_name (ident: "t"))
        (body_def (command (command_name (ident: "ref"))))
    )
    (src: "\n")
    (command
        (command_name (ident: "t"))
        (body_def (command (command_name (ident: "ref"))))
    )
)