Skip to content

Commit 32b4f7d

Browse files
committed
www: gitlab-glfm-markdown, comrak-ext.
1 parent 5ccd3f5 commit 32b4f7d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ <h2><a href="#usage" aria-hidden="true" class="anchor" id="usage"></a>Usage</h2>
4141
<p>The CLI help for the latest version is available in the <a href="https://github.com/kivikakk/comrak#usage">README</a>, and the Rust documentation is on <a href="https://docs.rs/comrak/latest/comrak/">docs.rs</a>.</p>
4242
<h2><a href="#bindings" aria-hidden="true" class="anchor" id="bindings"></a>Bindings</h2>
4343
<ul>
44-
<li><a href="https://github.com/gjtorikian/commonmarker">Commonmarker</a> (Ruby)</li>
44+
<li><a href="https://github.com/gjtorikian/commonmarker">Commonmarker</a>, <a href="https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown">gitlab-glfm-markdown</a> (Ruby)</li>
4545
<li><a href="https://github.com/leandrocp/mdex">MDEx</a> (Elixir)</li>
46-
<li><a href="https://github.com/lmmx/comrak">comrak</a> (Python)</li>
46+
<li><a href="https://github.com/lmmx/comrak">comrak</a>, <a href="https://github.com/Martin005/comrak-ext">comrak-ext</a> (Python)</li>
4747
<li><a href="https://github.com/nberlette/comrak-wasm">comrak-wasm</a> (TypeScript)</li>
4848
</ul>
4949
<h2><a href="#who-uses-comrak" aria-hidden="true" class="anchor" id="who-uses-comrak"></a>Who uses Comrak?</h2>

www/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,16 @@ The CLI help for the latest version is available in the [README], and the Rust d
5959

6060
## Bindings
6161

62-
* [Commonmarker] (Ruby)
62+
* [Commonmarker], [gitlab-glfm-markdown] (Ruby)
6363
* [MDEx] (Elixir)
64-
* [comrak] (Python)
64+
* [comrak], [comrak-ext] (Python)
6565
* [comrak-wasm] (TypeScript)
6666

6767
[Commonmarker]: https://github.com/gjtorikian/commonmarker
68+
[gitlab-glfm-markdown]: https://gitlab.com/gitlab-org/ruby/gems/gitlab-glfm-markdown
6869
[MDEx]: https://github.com/leandrocp/mdex
6970
[comrak]: https://github.com/lmmx/comrak
71+
[comrak-ext]: https://github.com/Martin005/comrak-ext
7072
[comrak-wasm]: https://github.com/nberlette/comrak-wasm
7173

7274

0 commit comments

Comments
 (0)