markdown syntax fix

This commit is contained in:
anon 2023-09-09 14:57:02 +02:00
parent e4b81bf64e
commit 54e1b2e653

View File

@ -3,7 +3,7 @@ A regex engine.
### Syntax
The aim was to follow Vim's regex syntax. Esoteric special characters such as "\zs" are not implemented, however the just is supported.
| :----: | :---------------------: |
| Symbol | Meaning (TODO: fill in) |
| :----: | :---------------------: |
| . | |
@ -42,4 +42,3 @@ The aim was to follow Vim's regex syntax. Esoteric special characters such as "\
| \U | |
| [\<range\>] | |
| [\^\<range\>] | |
| :----: | :---------------------: |