Update README.md

This commit is contained in:
Yusuke Inuzuka 2019-05-17 11:24:44 +09:00 committed by GitHub
parent 3802559573
commit ddce9bf23e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 Features
---------------------- ----------------------
@ -130,7 +130,7 @@ Parser and Renderer options
Currently only headings support attributes. Currently only headings support attributes.
**Attributes are being discussed in the **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.** This syntax possibly changes in the future.**