Yes it is. So this seems to be fixed in recent versions. I now see that installing a recent version isn't as complicated as I expected it would be, I should/could have tested this myself. Sorry for bothering and thanks for testing this. Best, Jan On Thu, Oct 28, 2021 at 11:12 AM wrote: > Attached my result with a current pandoc version. Is that the expected > result? > > Best, > > Denis > > > > *Von:* pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org *Im > Auftrag von *Jan van der Laan > *Gesendet:* Donnerstag, 28. Oktober 2021 09:58 > *An:* pandoc-discuss > *Betreff:* Using --self-contained with external CSS results in CSS begin > ignored > > > > When running the following document through pandoc > > --- > title: Test > author: Me > css: https://cdn.jsdelivr.net/npm/water.css@2/out/water.css > --- > Intro > ---------------------------------- > Bla die bla > ``` > a = 1+2 > ``` > > > > using > > > > pandoc doc.md -s --self-contained -o doc.html > > > > results in > > > > > > > ... >