Hello, I have an RMarkdown file for which I would like to preserve both the html and the .md output. My YAML looks like this: Knitting works fine but there is only html output at the end. Any suggestions on how to get the .md? thank you very much!
title: "blah"
subtitle: "blah blah"
author: "me"
date: '`r Sys.Date()`'
fig_width: 6
fig_height: 4
output:
html_document:
keep_md: true