Skip to content

Fix link rendering in pandoc: move bold inside link syntax#14

Merged
EthanThatOneKid merged 2 commits into
mainfrom
fix-link-colors
Jul 6, 2026
Merged

Fix link rendering in pandoc: move bold inside link syntax#14
EthanThatOneKid merged 2 commits into
mainfrom
fix-link-colors

Conversation

@EthanThatOneKid

@EthanThatOneKid EthanThatOneKid commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Pandoc does not always parse **text**\ as a link (bold wrapping the entire link syntax). Restructured to [text](./path/)\ (bold inside the link text) so pandoc unambiguously generates an <a>\ tag.

Affected files: index.md, README.md

@EthanThatOneKid EthanThatOneKid merged commit 952a1da into main Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant