What is the equivalent of .. foo
in markdown?
#989
Unanswered
nikomatsakis
asked this question in
Q&A
Replies: 2 comments 2 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@nikomatsakis now that I'm back on a full screen, as @chrisjsewell correctly identifies -- that is a target. In MyST Markdown, we have a couple of ways of generating a target. The most frequently used variants are (target)=
## A heading and the ```{image} ...
:name: target
``` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be really helpful to have a "cheat sheet" for comparing rst to markdown-- I didn't find one in the docs in an obvious place. I've got rst like this:
and I can't tell what the equivalent is in markdown (if there is one). It is not, from what I can tell, a "directive" but rather a "role", but not an inline one... help!
Beta Was this translation helpful? Give feedback.
All reactions