-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
as discussed here:
please allow `id="section"` to works as `name="section"` works, below.
Yes this is possible. In your Markdown create a link at the top:
[link](#section)
and in the body of your document, create the anchor:
<a name="section"></a>