I'm using Rstudio
to create my documents in the format .Rmd
and render in .md
with the following function:
rmarkdown::render("2016-09-07-post1.Rmd",output_format = "md_document",encoding = "UTF-8")
The .md
generated file is saved in the _posts
folder, I make commit
and push
, and then when I open my blog my post is rendered, however the following happens:
- Images do not appear;
- Latex texts are not rendered correctly.
You can view this at fsbmat.github.io
Can anyone help me solve these problems?