Support curly braces for defining "chunk options" in fenced code blocks of markdown documents #28648
Labels
*extension-candidate
Issue identified as good extension implementation
feature-request
Request for new features or functionality
markdown
Markdown support issues
Rmarkdown (http://rmarkdown.rstudio.com/) enables creation of reproducible documents using R. The main deviation of Rmarkdown from CommonMark is the use of curly braces in the header of fenced code blocks to define options related to the rendering of the figure/table described in the chunk. It would be nice if VS Code does proper syntax highlighting of code blocks in Rmarkdown documents.
Example code block:
The text was updated successfully, but these errors were encountered: