Initial commit.

This commit is contained in:
2021-05-24 22:18:33 +03:00
commit e2954d55f4
3701 changed files with 330017 additions and 0 deletions

16
asciidoc/text.conf Normal file
View File

@@ -0,0 +1,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/^/ /'