From ddce9bf23e7387eb0d277febbc9cbe1b1700f36b Mon Sep 17 00:00:00 2001 From: Yusuke Inuzuka Date: Fri, 17 May 2019 11:24:44 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9dad3e..df154d9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Furthermore, its behavior differs with other implementations in some cases espec This behavior sometimes causes problems. If you migrate your markdown text to blackfriday based wikis from Github, many lists will immediately be broken. -As mentioned above, CommonMark is too complicated and hard to implement, So Markdown parsers base on CommonMark barely exist. +As mentioned above, CommonMark is too complicated and hard to implement, So Markdown parsers based on CommonMark barely exist. Features ---------------------- @@ -130,7 +130,7 @@ Parser and Renderer options Currently only headings support attributes. **Attributes are being discussed in the -[CommonMark fourum](https://talk.commonmark.org/t/consistent-attribute-syntax/272). +[CommonMark forum](https://talk.commonmark.org/t/consistent-attribute-syntax/272). This syntax possibly changes in the future.**