浏览代码

markdown syntax fix

dev
anon 8 个月前
父节点
当前提交
54e1b2e653
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      README.md

+ 1
- 2
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 | |
| [\<range\>] | |
| [\^\<range\>] | |
| :----: | :---------------------: |

正在加载...
取消
保存