GuangchuangYu / hexSticker

:sparkles: Hexagon sticker in R
750 stars 167 forks source link

README.Rmd renders into .html instead of .md #138

Closed rivasiker closed 3 years ago

rivasiker commented 3 years ago

I would like to add my sticker to the examples, so I have forked the repo and edited the README.Rmd file. However, when I run rmarkdown::render("README.Rmd"), it creates a README.html file instead of updating README.md. Is there a way to force the knitting to .md?

GuangchuangYu commented 3 years ago

https://github.com/GuangchuangYu/hexSticker/blob/master/Makefile#L13.