/doc/English/rules/rules.t2t
Unknown | 100 lines | 54 code | 46 blank | 0 comment | 0 complexity | 515bc015d48b2340180377e894389296 MD5 | raw file
1Txt2tags Markup Rules 2 3 4%!includeconf: rules.conf 5 6This document describes all the details about each txt2tags mark. 7The target audience are **experienced** users. You may find it 8useful if you want to master the marks or solve a specific problem 9about a mark. 10 11If you are new to txt2tags or just want to know which are the 12available marks, please read the [Markup Demo MARKUPDEMO]. 13 14Note 1: This document is generated directly from the txt2tags 15test-suite. All the rules mentioned here are 100% in sync with the 16current program code. 17 18Note 2: A good practice is to consult [the sources rules.t2t] when 19reading, to see how the texts were made. 20 21Table of Contents: 22 23%%TOC 24 25------------------------------------------------------------- 26 27= Paragraph =[paragraph] 28 29%!include: TESTPATH/paragraph.t2t 30 31= Comment =[comment] 32 33%!include: TESTPATH/comment.t2t 34 35= Line =[line] 36 37%!include: TESTPATH/line.t2t 38 39= Inline =[inline] 40 41%!include: TESTPATH/inline.t2t 42 43= Link =[link] 44 45%!include: TESTPATH/link.t2t 46 47= Image =[image] 48 49%!include: TESTPATH/image.t2t 50 51= Macro =[macro] 52 53%!include: TESTPATH/macro.t2t 54 55= Numbered Title =[numtitle] 56 57See [Title #title], the same rules apply. 58 59= Title =[title] 60 61%!include: TESTPATH/title.t2t 62 63= Quote =[quote] 64 65%!include: TESTPATH/quote.t2t 66 67= Raw =[raw] 68 69See [Verbatim #verbatim], the same rules apply. 70 71= Tagged =[tagged] 72 73See [Verbatim #verbatim], the same rules apply. 74 75= Verbatim =[verbatim] 76 77%!include: TESTPATH/verbatim.t2t 78``` 79% Needed to close the last test (verbatim opened at EOF) 80 81= Definition List =[deflist] 82 83See [List #list], the same rules apply. 84 85= Numbered List =[numlist] 86 87See [List #list], the same rules apply. 88 89= List =[list] 90 91%!include: TESTPATH/list.t2t 92 93 94= Table =[table] 95 96%!include: TESTPATH/table.t2t 97 98------------------------------------------------------------ 99 100The End.