asciidoc-parser 0.16.0

Parser for AsciiDoc format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use crate::tests::prelude::*;

track_file!("docs/modules/blocks/pages/nest.adoc");

non_normative!(
    r#"
= Nesting Blocks
:page-archived:

Moved xref:delimited.adoc#nesting[here].
"#
);