Skip to content

Commit

Permalink
docs: update an example's link (ianstormtaylor#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengluyu authored and pzhine committed May 17, 2020
1 parent 54011dc commit 3927efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -108,7 +108,7 @@ To get a sense for how you might use Slate, check out a few of the examples:
- [**Markdown preview**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/markdown-preview.js) — showing how to add key handlers for Markdown-like shortcuts.
- [**Links**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/links.js) — showing how wrap text in inline nodes with associated data.
- [**Images**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/images.js) — showing how to use void (text-less) nodes to add images.
- [**Hovering menu**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/hovering-menu.js) — showing how a contextual hovering menu can be implemented.
- [**Hovering toolbar**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/hovering-toolbar.js) — showing how a hovering toolbar can be implemented.
- [**Tables**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/tables.js) — showing how to nest blocks to render more advanced components.
- [**Paste HTML**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/paste-html.js) — showing how to use an HTML serializer to handle pasted HTML.
- [**Mentions**](https://github.com/ianstormtaylor/slate/tree/master/site/examples/mentions.js) — showing how to use inline void nodes for simple @-mentions.
Expand Down
2 changes: 1 addition & 1 deletion site/examples/Readme.md
Expand Up @@ -8,7 +8,7 @@ This directory contains a set of examples that give you an idea for how you migh
- [**Markdown Shortcuts**](./markdown-shortcuts.js) — showing how to add key handlers for Markdown-like shortcuts.
- [**Links**](./links.js) — showing how wrap text in inline nodes with associated data.
- [**Images**](./images.js) — showing how to use void (text-less) nodes to add images.
- [**Hovering menu**](./hovering-menu.js) — showing how a contextual hovering menu can be implemented.
- [**Hovering toolbar**](./hovering-toolbar.js) — showing how a hovering toolbar can be implemented.
- [**Tables**](./tables.js) — showing how to nest blocks to render more advanced components.
- [**Paste HTML**](./paste-html.js) — showing how to use an HTML serializer to handle pasted HTML.
- [**Code Highlighting**](./code-highlighting.js) — showing how to use decorations to dynamically format text.
Expand Down

0 comments on commit 3927efa

Please sign in to comment.