Open konradsemsch opened 4 years ago
Do you have some page where I could reproduce issue?
The example comes from here: https://konradsemsch.netlify.com/2019/08/caret-vs-tidymodels-comparing-the-old-and-new/
@konradsemsch can you share with me your source (aka .md) of the given blogpost? I didn't find the reason just by checking quickly your blog but maybe will source it will be easier
There you go! It's an Rmd converted to md by blogdown
so perhaps the problem lays somewhere in the middle:
@konradsemsch one more thing do you think will be able to generate the .html
file with 0.4.3
and attach to issue?
Will help me to compare what's the diff
Sure, will circle back during the weekend!
Sorry, this issue slipped off my radar as I haven't been blogging for a while until now that I have written another post. I bumped my theme version to the latest one and unfortunately now syntax highlighting doesn't work at all.
What would you need from my side in order to debug?
Actual behavior
Before updating my tranquilpeak version from 0.4.3 BETA to 0.4.7 BETA code formatting on my website was working fine: https://konradsemsch.netlify.com/.
I have this in my config.toml file:
and specifically for R lang, at the top of each of my .Rmd file I specify which highlighter color to use:
I haven't changed this configuration after updating to a higher version, but somehow now it stopped working. Additionally, the highlighter sometimes is behaving weird and screws my code indenting like in this example:
I haven't been able to settle on a good solution for this. Could you please advise what the reason could be?