/test/crossing/paragraph.t2t

http://txt2tags.googlecode.com/ · Unknown · 130 lines · 104 code · 26 blank · 0 comment · 0 complexity · 06fa193ea2ec26729aec987145bbc2c3 MD5 · raw file

  1. %!includeconf: test.conf
  2. BODYINIT
  3. %%% Crossing: Title closes it
  4. Line 1.
  5. = Closed =
  6. Line 3.
  7. %%% Crossing: Macro is parsed
  8. Line 1.
  9. %%date(Line 2.)
  10. Line 3.
  11. %%% Crossing: Command is parsed
  12. Line 1.
  13. %!include: ''include.txt''
  14. Line 3.
  15. %%% Crossing: Line closes it
  16. Line 1.
  17. ----------------------------------------------
  18. Line 3.
  19. %%% Crossing: Comment Line is ignored
  20. Line 1.
  21. % You're not seeing this
  22. Line 3.
  23. %%% Crossing: Comment Block is ignored
  24. Line 1.
  25. %%%
  26. You're not seeing this
  27. %%%
  28. Line 3.
  29. %%% Crossing: Verbatim Line closes it
  30. Line 1.
  31. ``` Closed
  32. Line 3.
  33. %%% Crossing: Verbatim Block closes it
  34. Line 1.
  35. ```
  36. Closed
  37. ```
  38. Line 3.
  39. %%% Crossing: Raw Line is parsed inside
  40. Line 1.
  41. """ Line 2.
  42. Line 3.
  43. %%% Crossing: Raw Block is parsed inside
  44. Line 1.
  45. """
  46. Line 2.
  47. """
  48. Line 3.
  49. %%% Crossing: Raw Line at end is parsed inside
  50. Line 1.
  51. Line 2.
  52. """ Line 3.
  53. %%% Crossing: Raw Line at start doesn't open new para
  54. """ Line 1.
  55. Line 2.
  56. Line 3.
  57. %%% Crossing: Raw Line alone doesn't open new para
  58. """ Line 1.
  59. """ Line 2.
  60. %%% Crossing: Tagged Line is parsed inside
  61. Line 1.
  62. ''' Line 2.
  63. Line 3.
  64. %%% Crossing: Tagged Block is parsed inside
  65. Line 1.
  66. '''
  67. Line 2.
  68. '''
  69. Line 3.
  70. %%% Crossing: Tagged Line at end is parsed inside
  71. Line 1.
  72. Line 2.
  73. ''' Line 3.
  74. %%% Crossing: Tagged Line at start doesn't open new para
  75. ''' Line 1.
  76. Line 2.
  77. Line 3.
  78. %%% Crossing: Tagged Line alone doesn't open new para
  79. ''' Line 1.
  80. ''' Line 2.
  81. %%% Crossing: Quote closes it
  82. Line 1.
  83. Closed
  84. Line 3.
  85. %%% Crossing: List closes it
  86. Line 1.
  87. - Closed
  88. -
  89. Line 3.
  90. %%% Crossing: Numbered List closes it
  91. Line 1.
  92. + Closed
  93. +
  94. Line 3.
  95. %%% Crossing: Definition List closes it
  96. Line 1.
  97. : Closed
  98. Closed
  99. :
  100. Line 3.
  101. %%% Crossing: Table closes it
  102. Line 1.
  103. | Closed
  104. Line 3.