Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyiShi2001 committed Apr 17, 2020
1 parent 4920b49 commit 36e4d1e
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 1,565 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,18 @@ All notable changes to the "rmarkdown" extension will be documented in this file

- Blogdown: Default author setting

## 0.0.8 - 2020-04-16
## 0.0.8 - 2020-04-15

### Added

- 'Bookdown: Serve Book' command

## 0.0.9 - 2020-04-17
## 0.0.9 - 2020-04-16

### Added

- Table formatter
- Table formatter

## 0.0.12 2020-04-18

Fixed bugs.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# R Markdown All-in-One for VS Code

### NOTE: This extension has only been tested on Mac. It has been reported to fail on Windows/Linux

This extension provides a few snippets and key bindings for common tasks in `.Rmd` documents, such as inserting code chunks and including images using `knitr::include_graphics()`.

Additionally, it aims to provide some helper functions for Bookdown and Blogdown.

This project is at its very early stage of development. Contributions are welcome!

# Table of Contents

- [R Markdown All-in-One for VS Code](#r-markdown-all-in-one-for-vs-code)
- [NOTE: This extension has only been tested on Mac. It has been reported to fail on Windows/Linux](#note-this-extension-has-only-been-tested-on-mac-it-has-been-reported-to-fail-on-windowslinux)
- [Table of Contents](#table-of-contents)
- [Video Demos](#video-demos)
- [Code Chunk](#code-chunk)
Expand Down
Loading

0 comments on commit 36e4d1e

Please sign in to comment.