Skip to content

Commit 31e8705

Browse files
aDotInTheVoidNoratrieb
authored andcommitted
Make links clickable in mdbook.
Github reconizes bare-links in markdown and converts them to <a>, but mdbook/pulldown-cmark doesn't.
1 parent f9fe6a8 commit 31e8705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# rust-quiz
22

3-
https://this.quiz.is.fckn.gay
3+
<https://this.quiz.is.fckn.gay>

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
TODO
66

7-
repo: https://github.com/BoxyUwU/rust-quiz
7+
repo: <https://github.com/BoxyUwU/rust-quiz>

0 commit comments

Comments
 (0)