facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
402 stars 53 forks source link

"Details" extension icons appear on top of page #161

Open jrom99 opened 1 year ago

jrom99 commented 1 year ago

With the code below and the extension pymdownx.details enabled:

??? question "Title"
    This is an example content

The resulting HTML is rendered on Firefox 108.0.1: image

MarkdownPreview version: 2.4.1 Sublime Build: 4143

I think this is due to the CSS for "admonition", which has classes with clashing names with those from "details''.

facelessuser commented 1 year ago

Yeah, I haven't added detail support yet.