The way I have found to create these intradocument links with MD is to insert an HTML anchor element to mark the link target:
# Introduction ....... For more, see [Leovue] (#leovue). ....... # <a id='leovue'></a>Leovue ....... As I wrote above, both nodes would need to be under the same parent node so they would all be in the same rendered document. On Wednesday, January 5, 2022 at 7:29:48 AM UTC-5 [email protected] wrote: > I'm not sure how it would work in MD and LeoVue, but with > ReStructuredText, you would need a parent node; all your current nodes > would become children of this new parent; and you would render the entire > tree of the parent to get your document. With this design, you could have > cross-node links that work. > > In your example, I would probably make the *LeoVue *node the parent (I'm > not sure how the *@cover* node would fit in). > > On Wednesday, January 5, 2022 at 2:56:32 AM UTC-5 [email protected] > wrote: > >> [image: hln670a22T.png] >> >> In this picture, i am currently in the "More about Leo" node. Within the >> body of this node, how can I write some markdown that refers to the >> "Sample content" node. E.g; >> >> @language md >> >> To learn about content, visit @noderef(Sample Content). >> >> Related threads discovered do not answer my question: >> https://leo-editor.narkive.com/DMiRHgjv/link-to-other-nodes >> https://groups.google.com/g/leo-editor/c/B8dHY8lvBGw >> >> -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/ce3d9c8d-59d3-4e0a-aaba-137412e6d900n%40googlegroups.com.
