fastdoc
fastdoc copied to clipboard
Put a reference target in a Markdown cell?
It looks like there are two ways to include a reference target in a notebook:
-
In a raw cell, you can put an asciidoc target
[[like_this]] -
In a code cell, you can add a comment
#like_this
Is there any way to include a reference target in a Markdown cell?