All notable changes to the "rmarkdown" extension will be documented in this file.
- Initial release
- aliases for
\ref
,\refsec
,\reffig
,reftab
, whichs are\@ref
,\@sec
,\@fig
,\@tab
, respectively Knit
command with keyboard shortcutCmd+Shift+K
orCtrl+Shift+K
- adapted some functions from microsoft/vscode and yzhang-gh/vscode-markdown, especially syntax highlighting and key bindings for bold/itatic toggling.
- added a Python script to convert markdown's
tmLanguage.json
to rmarkdown's- R code chunks (with curly braces after
```
) are now highlighted properly
- R code chunks (with curly braces after
- Blogdown New Post Helper (command palette
New Post
)
- 'Blogdown: Serve Site' command
- Slugify function preserves CJK characters
- Blogdown: Default author setting
- 'Bookdown: Serve Book' command
- Table formatter
Fix Issue #1