mirror of
https://codeberg.org/NLnet/takentaal.git
synced 2025-08-30 06:20:06 +00:00
feat: allow more symbols
This commit is contained in:
parent
98b4a304d7
commit
8f0a2c1e06
2 changed files with 2 additions and 4 deletions
4
example
4
example
|
@ -5,10 +5,8 @@ This is the description of the entire work plan.
|
||||||
## First task {1000}
|
## First task {1000}
|
||||||
|
|
||||||
This is the description of the first task.
|
This is the description of the first task.
|
||||||
This line is still part of the first paragraph of the description.
|
|
||||||
This description has # symbols and ü © Ð Latin-1 chars.
|
|
||||||
|
|
||||||
This is a second paragraph of that description.
|
This description has # ' " [] symbols and ü © Ð Latin-1 chars.
|
||||||
|
|
||||||
- First subtask {500}
|
- First subtask {500}
|
||||||
/ Second subtask {500}
|
/ Second subtask {500}
|
||||||
|
|
|
@ -101,5 +101,5 @@ fragment TEXTHEAD
|
||||||
fragment TEXTBODY
|
fragment TEXTBODY
|
||||||
: LETTER
|
: LETTER
|
||||||
| DIGIT
|
| DIGIT
|
||||||
| [_().,# ]
|
| [_\-"'()[\].,# ]
|
||||||
;
|
;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue