Commit a24896c
authored
fix: fix broken links and mermaid diagram on doc website (#452)
Replace markdownify with .Page.RenderString in the include-file
shortcode to properly render fenced code blocks (including mermaid
diagrams). Switch the getting_started page from {{% %}} to {{< >}}
shortcode syntax to prevent double markdown processing that caused
HTML double-escaping.
Add regex rewrites to convert remaining relative repo links
(examples/, roadmap.md, docs/configuration.md, etc.) to their
corresponding GitHub URLs.1 parent a0d4b1d commit a24896c
File tree
2 files changed
+8
-2
lines changed- site
- content/docs/getting_started
- layouts/shortcodes
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments