MoinLight

Annotated tests/test_directives.txt

311:4b86f7f894b8
2021-10-26 Paul Boddie Fixed table feature padding patterns to consume only a single line.
paul@151 1
#language en_GB
paul@151 2
# A directive
paul@151 3
Hello
paul@151 4
# Visible non-comment
paul@151 5
paul@151 6
{{{{#!wiki
paul@151 7
## A comment
paul@151 8
paul@151 9
# Visible non-comment
paul@151 10
### Another comment
paul@151 11
}}}}
paul@151 12
paul@151 13
{{{#!wiki
paul@151 14
# A directive
paul@151 15
## A comment
paul@151 16
Goodbye
paul@151 17
}}}