-
I created a new post using Rmarkdown type file, and enable "math = true" in params.toml, the math block works well but the inline math symbol cannot display. Can anyone help with me? Thanks in advance! Code Website |
Beta Was this translation helpful? Give feedback.
Answered by
hc704
Feb 1, 2021
Replies: 1 comment
-
Just a follow-up, I find the reason why. When creating a Rmarkdown post, automatically a .md file will be created, and when I update Rmarkdown file, the .md file will be updated as well, but the $ sign seems be translated wrongly in the .md file, so I can correct it by simple revise the .md file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hc704
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a follow-up, I find the reason why. When creating a Rmarkdown post, automatically a .md file will be created, and when I update Rmarkdown file, the .md file will be updated as well, but the $ sign seems be translated wrongly in the .md file, so I can correct it by simple revise the .md file.