From a569b4307b8e776136458392fc200691cede59f1 Mon Sep 17 00:00:00 2001 From: Benny O Date: Tue, 16 Oct 2018 23:39:34 +0800 Subject: [PATCH] Update markdown Toc --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e02f79..a62285f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [JavaScript](#javascript) - [Typescript](#typescript) - [Markdown](#markdown) + - [markdownlint](#markdownlint) + - [Markdown All in one](#markdown-all-in-one) - [PHP](#php) - [IntelliSense](#intellisense) - [Laravel](#laravel) @@ -321,9 +323,13 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod ## Markdown -- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) - Linter for [markdownlint](https://github.com/DavidAnson/markdownlint). +### [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) -- [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) - All-in-one markdown plugin (keyboard shortcuts, table of contents, auto preview, list editing and more) +> Linter for [markdownlint](https://github.com/DavidAnson/markdownlint). + +### [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) + +> All-in-one markdown plugin (keyboard shortcuts, table of contents, auto preview, list editing and more) ![Markdown All in One](https://user-images.githubusercontent.com/10897048/47027336-d8a9ac80-d199-11e8-9836-b8dbc4a97d1a.gif)