You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`.Rmd` is Markdown to the parser already: knitr chunk fences are fenced
code blocks, inline `r` expressions are code spans, and the YAML header
is frontmatter -- so a `[formats]` remap was all support ever took. The
extension is now mapped to Markdown itself, and a full R Markdown
document pins the behavior: chunks and inline code are never prose, and
everything else is.
Signed-off-by: Joseph Kato <joseph@jdkato.io>
0 commit comments