Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyiShi2001 committed Apr 16, 2020
1 parent 55e62af commit 4920b49
Show file tree
Hide file tree
Showing 11 changed files with 1,700 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules
.vscode-test/
*.vsix
*/**/__pycache__/*
dist
dist
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ All notable changes to the "rmarkdown" extension will be documented in this file

### Added

- 'Bookdown: Serve Book' command
- 'Bookdown: Serve Book' command

## 0.0.9 - 2020-04-17

### Added

- Table formatter
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Additionally, it aims to provide some helper functions for Bookdown and Blogdown
- [Serve Site](#serve-site)
- [Other Markdown Features](#other-markdown-features)
- [Syntax Highlighting](#syntax-highlighting)
- [Table Formatter](#table-formatter)
- [Keyboard Shortcuts](#keyboard-shortcuts-1)
- [TODO](#todo)
- [Change Log](#change-log)
Expand Down Expand Up @@ -116,6 +117,10 @@ Before you can use blogdown-specific features, you need to first open the direct

Mostly adapted from [microsoft/vscode](https://github.com/microsoft/vscode/tree/master/extensions/markdown-language-features) and [yzhang-gh/vscode-markdown](https://github.com/yzhang-gh/vscode-markdown).

## Table Formatter

![table formatter demo](./images/demo/table-format.gif)

## Keyboard Shortcuts

Mostly adapted from [yzhang-gh/vscode-markdown](https://github.com/yzhang-gh/vscode-markdown).
Expand Down
Loading

0 comments on commit 4920b49

Please sign in to comment.