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 28a7a6d commit c26042dCopy full SHA for c26042d
docs/users/plugins.md
@@ -123,6 +123,11 @@ formatted = mdformat.text(unformatted, extensions={"tables"})
123
<td><code>gfm</code></td>
124
<td>Changes target specification to GitHub Flavored Markdown (GFM)</td>
125
</tr>
126
+ <tr>
127
+ <td><a href="https://github.com/KyleKing/mdformat-gfm-alerts">mdformat-gfm-alerts</a></td>
128
+ <td><code>gfm_alerts</code></td>
129
+ <td>Extends GitHub Flavored Markdown (GFM) with "Alerts"</td>
130
+ </tr>
131
<tr>
132
<td><a href="https://github.com/KyleKing/mdformat-mkdocs">mdformat-mkdocs</a></td>
133
<td><code>mkdocs</code></td>
0 commit comments