Skip to content

Commit 6693673

Browse files
committed
use yzhang.markdown-all-in-one to build ToC in README.md
1 parent 128d5eb commit 6693673

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// List of extensions which should be recommended for users of this workspace.
33
"recommendations": [
44
"dbaeumer.vscode-eslint",
5-
"AlanWalk.markdown-toc"
5+
"yzhang.markdown-all-in-one"
66
],
77
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
88
"unwantedRecommendations": [

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MessagePack for JavaScript/ECMA-262
1+
# MessagePack for JavaScript/ECMA-262 <!-- omit in toc -->
22

33
[![npm version](https://img.shields.io/npm/v/@msgpack/msgpack.svg)](https://www.npmjs.com/package/@msgpack/msgpack) ![CI](https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg)](https://codecov.io/gh/msgpack/msgpack-javascript) [![minzip](https://badgen.net/bundlephobia/minzip/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack) [![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack)](https://bundlephobia.com/result?p=@msgpack/msgpack)
44

@@ -37,8 +37,6 @@ deepStrictEqual(decode(encoded), object);
3737

3838
## Table of Contents
3939

40-
<!-- TOC depthFrom:2 anchorMode:github.com -->
41-
4240
- [Synopsis](#synopsis)
4341
- [Table of Contents](#table-of-contents)
4442
- [Install](#install)
@@ -75,8 +73,6 @@ deepStrictEqual(decode(encoded), object);
7573
- [Updating Dependencies](#updating-dependencies)
7674
- [License](#license)
7775

78-
<!-- /TOC -->
79-
8076
## Install
8177

8278
This library is published to `npmjs.com` as [@msgpack/msgpack](https://www.npmjs.com/package/@msgpack/msgpack).

0 commit comments

Comments
 (0)