remove index.ts from source code links

This commit is contained in:
Hans Pagel
2020-08-20 21:26:25 +02:00
parent ecd95b8c71
commit 871919b18a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ The extension will generate the corresponding `<strong>` HTML tags when reading
* macOS: `Command` + `B` * macOS: `Command` + `B`
## Source Code ## Source Code
[packages/extension-bold/index.ts](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-bold/index.ts) [packages/extension-bold/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-bold/)
## Usage ## Usage
<Demo name="Extensions/Bold" highlight="3-5,17,36" /> <Demo name="Extensions/Bold" highlight="3-5,17,36" />

View File

@@ -18,7 +18,7 @@ The extension will generate the corresponding `<em>` HTML tags when reading cont
* macOS: `Command` + `I` * macOS: `Command` + `I`
## Source Code ## Source Code
[packages/extension-italic/index.ts](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-italic/index.ts) [packages/extension-italic/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-italic/)
## Usage ## Usage
<Demo name="Extensions/Italic" highlight="3-5,17,36" /> <Demo name="Extensions/Italic" highlight="3-5,17,36" />