summaryrefslogtreecommitdiff
path: root/doc/asciidoc/text.conf
blob: 7bc665878f3c924e1a8863473c46be0bb12746bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# text.conf
# Used by the AsciiDoc a2x(1) toolchain wrapper utility.
# Filters to add leading blank line and margin indent to verbatim
# block elements so lynx(1) generated text output looks nicer.

[paradef-default]
verse-style=template="verseparagraph",filter="echo; echo; sed 's/^/    /'"

[paradef-literal]
filter=echo; echo; sed 's/^/  /'

[blockdef-listing]
filter=echo; sed 's/^/  /'

[blockdef-literal]
filter=echo; sed 's/^/  /'