From 54e1b2e653561e58ff9a7326b4cf73053da75143 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 9 Sep 2023 14:57:02 +0200 Subject: [PATCH] markdown syntax fix --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c2c0a91..26cc753 100644 --- a/README.md +++ b/README.md @@ -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 | | | [\] | | | [\^\] | | -| :----: | :---------------------: |