Skip to content

Fix false wikilinks from inline code markers#453

Open
jeffreybarts-max wants to merge 1 commit into
Feel-ix-343:mainfrom
jeffreybarts-max:codex/markdown-oxide-inline-code-wikilinks
Open

Fix false wikilinks from inline code markers#453
jeffreybarts-max wants to merge 1 commit into
Feel-ix-343:mainfrom
jeffreybarts-max:codex/markdown-oxide-inline-code-wikilinks

Conversation

@jeffreybarts-max

Copy link
Copy Markdown

Fixes #269

Summary

  • Ignore references whose opening or closing boundary is inside an inline/fenced code span when references_in_codeblocks is disabled.
  • Add a regression test for literal `[[` and `]]` markers being reported as an unresolved wikilink.
  • Add a guard test so Markdown links with inline code in their display text still parse normally.

/claim #269

Tests

  • cargo fmt --check
  • docker run --rm -v "${PWD}:/work" -w /work rust:1.91-bookworm cargo test

@jeffreybarts-max

Copy link
Copy Markdown
Author

/claim #269

@jeffreybarts-max jeffreybarts-max force-pushed the codex/markdown-oxide-inline-code-wikilinks branch from 3a5a767 to 64f360a Compare May 20, 2026 12:53
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.

Unresolved reference when using [[ and ]]

1 participant