-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base64 encoding of CSS file not working in pandoc 1.14 #2224
Comments
Probably introduced in 1b44acf, when we replaced crufty CSS parsing heuristics with a real css parser (text-css). Needs further investigation. |
Sure enough, the problem seems to lie with |
I discovered another issue with the new CSS handling -- it fails when attempting to embed a font file that's referenced within the CSS. After modifying the original example to include a CSS file (
I've added this case to the repo that contains the reproducible example code: https://github.com/jjallaire/pandoc-1.14-base64 |
Closed rstudio/rmarkdown #454 as a dupe of this issue, and commenting here to subscribe. |
I've noticed that when pandoc 1.14 attempts to base64 encode the
bootstrap.min.css
CSS file it doesn't work (whereas it did in pandoc 1.13). From a simple example (link to code of which is below) here is what I observe:Here's the code for the minimal reproducible example: https://github.com/jjallaire/pandoc-1.14-base64
The text was updated successfully, but these errors were encountered: