executablebooks/MyST-Parser

Term references shouldn’t show as a code span

Opened this issue · 0 comments

What version of myst-parser are you using?

?

What version dependencies are you using?

?

What operating system are you using?

Mac

Describe the Bug

At the MyST docs site, [](<#foo>) links are wrapped into code spans, while {term}`foo` links aren’t.

Both should be rendered without code spans.

IMG_0454
IMG_0453

Expected Behavior

No response

To Reproduce

No response