PageRenderTime 25ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/English/rules/rules.t2t

http://txt2tags.googlecode.com/
Unknown | 100 lines | 54 code | 46 blank | 0 comment | 0 complexity | 515bc015d48b2340180377e894389296 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0, WTFPL
  1. Txt2tags Markup Rules
  2. %!includeconf: rules.conf
  3. This document describes all the details about each txt2tags mark.
  4. The target audience are **experienced** users. You may find it
  5. useful if you want to master the marks or solve a specific problem
  6. about a mark.
  7. If you are new to txt2tags or just want to know which are the
  8. available marks, please read the [Markup Demo MARKUPDEMO].
  9. Note 1: This document is generated directly from the txt2tags
  10. test-suite. All the rules mentioned here are 100% in sync with the
  11. current program code.
  12. Note 2: A good practice is to consult [the sources rules.t2t] when
  13. reading, to see how the texts were made.
  14. Table of Contents:
  15. %%TOC
  16. -------------------------------------------------------------
  17. = Paragraph =[paragraph]
  18. %!include: TESTPATH/paragraph.t2t
  19. = Comment =[comment]
  20. %!include: TESTPATH/comment.t2t
  21. = Line =[line]
  22. %!include: TESTPATH/line.t2t
  23. = Inline =[inline]
  24. %!include: TESTPATH/inline.t2t
  25. = Link =[link]
  26. %!include: TESTPATH/link.t2t
  27. = Image =[image]
  28. %!include: TESTPATH/image.t2t
  29. = Macro =[macro]
  30. %!include: TESTPATH/macro.t2t
  31. = Numbered Title =[numtitle]
  32. See [Title #title], the same rules apply.
  33. = Title =[title]
  34. %!include: TESTPATH/title.t2t
  35. = Quote =[quote]
  36. %!include: TESTPATH/quote.t2t
  37. = Raw =[raw]
  38. See [Verbatim #verbatim], the same rules apply.
  39. = Tagged =[tagged]
  40. See [Verbatim #verbatim], the same rules apply.
  41. = Verbatim =[verbatim]
  42. %!include: TESTPATH/verbatim.t2t
  43. ```
  44. % Needed to close the last test (verbatim opened at EOF)
  45. = Definition List =[deflist]
  46. See [List #list], the same rules apply.
  47. = Numbered List =[numlist]
  48. See [List #list], the same rules apply.
  49. = List =[list]
  50. %!include: TESTPATH/list.t2t
  51. = Table =[table]
  52. %!include: TESTPATH/table.t2t
  53. ------------------------------------------------------------
  54. The End.