Replies: 1 comment 1 reply
-
Wowchemy Hugo Modules does not directly parse Rmarkdown/Rmd. Check out https://github.com/rstudio/blogdown for documentation and questions on how RStudio Blogdown parses (math in) Rmarkdown/Rmd. Otherwise, if you decide to use Markdown, you can write LaTeX math as usual: https://wowchemy.com/docs/content/writing-markdown-latex/#rm-latex-math |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At first, I want to add a toc side bar for the .Rmd file. It works well for .md but not .Rmd. And after searching for answers, it seems quite difficult to achieve this.
Then I found that if I rename the file as . Rmarkdown rather than .Rmd, the rendered book page could have a toc sidebar on the right side. But this time, another problem arises, the math formula can't be renderd correctly. It is contained in a pair of backticks which are added automatically.
This is the .markdown file whichgenerated automatically.

This is the .Rmarkdown file I wrote.

This is the rendering result

Beta Was this translation helpful? Give feedback.
All reactions