Skip to content

Commit 6d22e82

Browse files
committed
www: change example targets to something easier to read.
1 parent ab4ff29 commit 6d22e82

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

www/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ <h2><a href="#usage" aria-hidden="true" class="anchor" id="usage"></a>Usage</h2>
3434
The WASM target lets it be used <a href="https://gitlab-org.gitlab.io/ruby/gems/gitlab-glfm-markdown/">directly in webpages</a>.</p>
3535
<p>This webpage is <a href="Makefile">created with Comrak</a> by stitching together three elements:</p>
3636
<ul>
37-
<li><a href="header.html"><code>header.html</code></a></li>
38-
<li><a href="index.md"><code>index.md</code></a> converted with <code>--header-ids &quot;&quot; --smart -e footnotes</code></li>
39-
<li><a href="footer.html"><code>footer.html</code></a></li>
37+
<li><a href="https://github.com/kivikakk/comrak/blob/main/www/header.html"><code>header.html</code></a></li>
38+
<li><a href="https://github.com/kivikakk/comrak/blob/main/www/index.md?plain=1"><code>index.md</code></a> converted with <code>--header-ids &quot;&quot; --smart -e footnotes</code></li>
39+
<li><a href="https://github.com/kivikakk/comrak/blob/main/www/footer.html"><code>footer.html</code></a></li>
4040
</ul>
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>

www/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ The CLI help for the latest version is available in the [README], and the Rust d
5050
[bindings to other languages]: #bindings
5151
[directly in webpages]: https://gitlab-org.gitlab.io/ruby/gems/gitlab-glfm-markdown/
5252
[created with Comrak]: Makefile
53-
[`header.html`]: header.html
54-
[`index.md`]: index.md
55-
[`footer.html`]: footer.html
53+
[`header.html`]: https://github.com/kivikakk/comrak/blob/main/www/header.html
54+
[`index.md`]: https://github.com/kivikakk/comrak/blob/main/www/index.md?plain=1
55+
[`footer.html`]: https://github.com/kivikakk/comrak/blob/main/www/footer.html
5656
[README]: https://github.com/kivikakk/comrak#usage
5757
[docs.rs]: https://docs.rs/comrak/latest/comrak/
5858

0 commit comments

Comments
 (0)