You can’t link to Markdown headings directly; you can only link to named cells. For example:
foo = md`# Hed
Graf graf graf graf graf.`
The anchor fragment for this cell would be #foo (not #hed) because foo is the name of the cell.
You can’t link to Markdown headings directly; you can only link to named cells. For example:
foo = md`# Hed
Graf graf graf graf graf.`
The anchor fragment for this cell would be #foo (not #hed) because foo is the name of the cell.