Added note in README for table syntax being stricter

This commit is contained in:
j4nk 2024-03-30 20:04:19 -04:00
parent 5770c60bcf
commit f9135021e7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ A language and parser written in Emacs Lisp for my custom extension of Markdown,
- [x] Image - [x] Image
### Extended Syntax ### Extended Syntax
- [x] Table - [x] Table (stricter syntax than standard: outer pipes required)
- [x] Fenced Code Block - [x] Fenced Code Block
- [ ] Footnote (Will not implement) - [ ] Footnote (Will not implement)
- [ ] Heading ID (Will not implement) - [ ] Heading ID (Will not implement)