Turndown arrow for <details> not rendered in GitHub style

Viewed 14

Not rendered in GitHub style

GitHub Style.png

It is rendered in most other styles though.

Swiss style.png

2 Answers

Everything I've had issues with is now fixed. Thanks!

I see the issue and will fix it in v3. For now, just add this to Settings->Style->Additional CSS:

#wrapper details>summary:first-of-type { display: list-item !important }

That should fix it for all syles.

(This is fixed for the next v3 beta update)