MarkdownPreview icon indicating copy to clipboard operation
MarkdownPreview copied to clipboard

"Details" extension icons appear on top of page

Open jrom99 opened this issue 2 years ago • 1 comments

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''.

jrom99 avatar Jan 18 '23 23:01 jrom99

Yeah, I haven't added detail support yet.

facelessuser avatar Jan 19 '23 06:01 facelessuser