/test/crossing/quote.t2t
http://txt2tags.googlecode.com/ · Unknown · 96 lines · 94 code · 2 blank · 0 comment · 0 complexity · 3ccb74ad35bc108d014eaf822e89365b MD5 · raw file
- %!includeconf: test.conf
- BODYINIT
- %%% Crossing: Title closes it
- Line 1.
- = Closed =
- Line 3.
- %%% Crossing: Paragraph closes it
- Line 1.
- Closed
- Line 3.
- %%% Crossing: Macro closes it
- Line 1.
- %%date(Closed)
- Line 3.
- %%% Crossing: Command is parsed
- Line 1.
- %!include: ''include.txt''
- Line 3.
- %%% Crossing: Command at end is parsed inside
- Line 1.
- Line 3.
- %!include: ''include.txt''
- %%% Crossing: Line closes it
- Line 1.
- -------------------------------------------
- Line 3.
- %%% Crossing: Comment Line is ignored
- Line 1.
- % You're not seeing this.
- Line 3.
- %%% Crossing: Comment Block is ignored
- Line 1.
- %%%
- You're not seeing this.
- %%%
- Line 3.
- %%% Crossing: Raw Line is parsed
- Line 1.
- """ Line 2.
- Line 3.
- %%% Crossing: Raw Block is parsed
- Line 1.
- """
- Line 2.
- """
- Line 3.
- %%% Crossing: Raw Line at end is parsed inside
- Line 1.
- Line 2.
- """ Line 3.
- %%% Crossing: Tagged Line is parsed
- Line 1.
- ''' Line 2.
- Line 3.
- %%% Crossing: Tagged Block is parsed
- Line 1.
- '''
- Line 2.
- '''
- Line 3.
- %%% Crossing: Tagged Line at end is parsed inside
- Line 1.
- Line 2.
- ''' Line 3.
- %%% Crossing: Verbatim Line closes it
- Line 1.
- ``` Closed
- Line 3.
- %%% Crossing: Verbatim Block closes it
- Line 1.
- ```
- Closed
- ```
- Line 3.
- %%% Crossing: List closes it
- Line 1.
- - Closed
- -
- Line 3.
- %%% Crossing: Numbered List closes it
- Line 1.
- + Closed
- +
- Line 3.
- %%% Crossing: Definition List closes it
- Line 1.
- : Closed
- Closed
- :
- Line 3.
- %%% Crossing: Table closes it
- Line 1.
- | Closed
- Line 3.