I often embbed a heading of one note into another (with disabled heading) like in the example:
note_a.md
…
heading of note a
Some text inside note a
…
note_b.md
…
some text inside note b
![[note_a#heading of note a]]
some other text of note b
Result in preview
some text inside note b
___some text inside note a
some other text of note b
How can I align “some text inside note a” without the gap “___”?
All my css snippets with paddung, border, margin are not working