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! |
Answered by
chrisjsewell
Oct 24, 2024
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!) |
0 replies
|
|
1 reply
Answer selected by
nikomatsakis
|
@chrisjsewell is there a way to set the "Default domain" in markdown files? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
syntaxis under thespecdomain, you should be usingspec:syntax