adding sample Asciidoc document

This commit is contained in:
Martin A. Brown 2016-03-07 19:57:48 -08:00
parent be78491fd6
commit 730010dc5b
2 changed files with 11 additions and 1 deletions

View File

@ -33,6 +33,11 @@ ex_docbook5xml = Namespace(
filename=opj(sampledocs, 'docbook5xml-simple.xml'),
)
ex_asciidoc = Namespace(
doctype=tldp.doctypes.asciidoc.Asciidoc,
filename=opj(sampledocs, 'text-simple.txt'),
)
#
# ex_rst = Namespace(
# doctype=tldp.doctypes.rst.RestructuredText,
# filename=opj(sampledocs, 'restructuredtext-simple.rst'),

View File

@ -1 +1,6 @@
No content.
Title of an Asciidoc Document
=============================
Franklin P. Gundersnip <devnull@example.com>
v0.3, 2016-03
Here is simply text.