javalent / markdown-attributes

Add attributes to elements in Obsidian
MIT License
94 stars 7 forks source link

🐞 Latest Obsidian Update Broke Heading Link Popover Preview Styling #42

Closed Graywaren closed 1 month ago

Graywaren commented 1 month ago

Check for existing bug reports before submitting.

Expected Behavior

Prior to the update, pop over previews for links to a heading with markdown attributes within a note correctly displayed. The {.class} tag hid and the style was applied.

Current behaviour

Post the update on 10/16 pop over previews for links to a heading with markdown attributes no longer display correctly. The {.class} is not hidden and the style is not applied. Text below the heading that has been styled displays correctly in the pop over, as do links to the note itself rather than to a styled heading.

Reproduction

Style a heading on a note using markdown attributes Create a link to that heading somewhere Hover over the link (hold ctl if required by settings) See pop over not displaying style

Which Operating Systems are you using?

Obsidian Version Check

1.7.4

Plugin Version

1.2.2

Confirmation

Possible solution

No response

Graywaren commented 1 month ago

Have confirmed this is a bug with obsidian not markdown attributes.