I am not sure if this is the right place to ask my question. If it is not, please advise me where to ask.
I have problems using fenced divs with blogdown Academic theme explained in R Markdown Cookbook. It works in a new installation of blogdown with Xmin, as I tested. But in the Academic theme, whenever I save, the curly brake gets protected by a backslash.
So the sample code
::: {#hello .greeting .message width="40%"}
Hello **world**!
:::
becomes
::: {\#hello .greeting .message width="40%"} Hello **world**! :::
As it works with a new installation of a minimal Hugo theme, I assume it has to do with the theme. But where to look?
(I ran all the check functions and have set goldmark:renderer:unsafe to yes. blogdown.method = 'html' and I am working with an .Rmd file.)
I am using macOS 11.3.1, Hugo 0.82.0, R 4.1.0, blogdown 1.3, rmarkdown 2.8, wowchemy (Academic) 5.1.0