How to render HTML from RMarkdown without javascript in output
问题 Even the simplest rmarkdown document when rendered seems to create an html document that includes javascript. I am looking to create html that can be the body of an email. Is there a way to render markdown with no javascript in the resulting html? There is nothing special about the following, it is just a generic example: --- title: "Sample" author: "JKGrain" date: "March 31, 2015" output: html_document --- This is an R Markdown document. Markdown is a simple formatting syntax for authoring