Skip to content

Commit c26042d

Browse files
authored
docs: add mdformat-gfm-alerts (#427)
1 parent 28a7a6d commit c26042d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/users/plugins.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ formatted = mdformat.text(unformatted, extensions={"tables"})
123123
<td><code>gfm</code></td>
124124
<td>Changes target specification to GitHub Flavored Markdown (GFM)</td>
125125
</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>
126131
<tr>
127132
<td><a href="https://github.com/KyleKing/mdformat-mkdocs">mdformat-mkdocs</a></td>
128133
<td><code>mkdocs</code></td>

0 commit comments

Comments
 (0)