Referencing custom sphinx roles from myst_parser #988
-
|
Hi folks! I am trying to extend an existing Sphinx project based on restructuredtext to make use of extensions = [
"myst_parser",
"ferrocene_spec",
"ferrocene_spec_lints",
"ferrocene_toctrees",
]but when I try to build markdown files that reference a custom role (e.g., Any idea what's going on? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
(Also, I find it hard to believe I'm the first person having trouble with this, but my attempts to search did not find previous discussions. Apologies if I missed something obvious!) |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
@chrisjsewell is there a way to set the "Default domain" in markdown files? |
Beta Was this translation helpful? Give feedback.
syntaxis under thespecdomain, you should be usingspec:syntax