feat: allow more symbols

This commit is contained in:
Yarmo Mackenbach 2024-08-26 14:04:29 +02:00
parent 98b4a304d7
commit 8f0a2c1e06
No known key found for this signature in database
GPG key ID: 2B71CD64664999B6
2 changed files with 2 additions and 4 deletions

View file

@ -5,10 +5,8 @@ This is the description of the entire work plan.
## First task {1000}
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}
/ Second subtask {500}

View file

@ -101,5 +101,5 @@ fragment TEXTHEAD
fragment TEXTBODY
: LETTER
| DIGIT
| [_().,# ]
| [_\-"'()[\].,# ]
;