rename table of contents to keep the search results clean

This commit is contained in:
Hans Pagel
2020-10-28 15:25:06 +01:00
parent 3e2c72cc93
commit 8c3a2b7d1c
17 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Editor
## Table of Contents
## toc
## Introduction
This class is a central building block of tiptap. It does most of the heavy lifting of creating a working [ProseMirror](https://ProseMirror.net/) editor such as creating the [`EditorView`](https://ProseMirror.net/docs/ref/#view.EditorView), setting the initial [`EditorState`](https://ProseMirror.net/docs/ref/#state.Editor_State) and so on.