baranovskypd / goodpress

WIP!! :warning: R Package to Write Posts from R Markdown to Wordpress :warning:
https://maelle.github.io/goodpress/
Other
34 stars 5 forks source link

syntax #25

Open maelle opened 4 years ago

maelle commented 4 years ago

Fix #1

If I add the CSS in this PR to my website (that I copy-pasted from self-contained HTML generated by Pandoc + a few tweaks to get the background) the YAML block gets highlighted.

Pandoc generate div and spans for all languages except R.

Ideally I'd like to find a way to produce HTML with inline styling this way no need to add CSS in the website (less efforts, and some users can't even add custom CSS anyway). Then the user could either use the CSS coming with this package or supply the path to their own stylesheet as argument. There could also be an option turning off inline styling (in favor of classes + CSS stylesheet).

maelle commented 4 years ago

Pandoc --self-contained adds the CSS in the document not in the different divs.

maelle commented 4 years ago

https://www.quora.com/What-are-good-tools-or-practices-for-automatically-inlining-CSS-styles-for-HTML-emails