kito-inv
kito-inv
> Thanks for that amlweems, that looks like a good toggle, I didn't see that in the docs when I went through the first time. > > I'm going to...
@BlueHatbRit I've submitted a [PR](https://github.com/BlueHatbRit/mdpdf/pull/141) to fix this. I can't add you as a reviewer so I'm just letting you know here
@pgalbavy-itrs It's already fixed in this [PR](https://github.com/BlueHatbRit/mdpdf/pull/141) but @BlueHatbRit needs to review it. In the meantime, you could clone that branch and run it locally, I don't remember how to...
I think this issue comes from this line https://github.com/thephpleague/html-to-markdown/blob/2185d5e26fc8b4ca5cb721c6e153c02894eb9cfe/src/Converter/PreformattedConverter.php#L14 It's not considering any attributes the `pre` tag could have like it's done in here https://github.com/thephpleague/html-to-markdown/blob/2185d5e26fc8b4ca5cb721c6e153c02894eb9cfe/src/Converter/CodeConverter.php#L35 I might be able to...
> I wouldn’t worry about non-Chromium browsers for now, since the second request is always returned from **cache**. That doesn't always happen sadly, if the first request hasn't finished before...