We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6923f0c commit a9d5fadCopy full SHA for a9d5fad
README.md
@@ -100,8 +100,9 @@ Commonmark includes several 'extensions' to enable features which are not (yet)
100
- __strikethough__ via `~sometext~` syntax
101
- __autolink__ automatically turn URLs into hyperlinks
102
- __tagfilter__ blacklist html tags: `title` `textarea` `style` `xmp` `iframe` `noembed` `noframes` `script` `plaintext`.
103
+ - __tasklist__ turns certain list items into checkboxes
104
-These extensions were added by Github to support GitHub Flavored Markdown.
105
+These extensions were added by Github to support [GitHub Flavored Markdown](https://github.github.com/gfm/).
106
107
108
```r
0 commit comments