Yeah, you'd have to use a block anchor to a partic...
# questions
s
Yeah, you'd have to use a block anchor to a particular line, or create a new header if only wanting a small section embedded. This is done because of the fragility of direct line references. Linking to lines in source code has a similar problem, with a recent update to our file links pointing out the benefit of header/anchor links vs. lines: > Block anchors are more reliable because they will always refer to the marked line, but Dendron has to modify the file to insert a block anchor which looks like
^this
. You are free to move the anchor anywhere in the file or to put comment markers like
//
or
#
or anything else before them.