mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 19:01:54 +02:00
Fix a few issues with the documentation (#3679)
* Fix a few issues with the documentation * Add Kitemaker to the list of sites using Slate
This commit is contained in:
@@ -134,7 +134,7 @@ const Leaf = props => {
|
||||
|
||||
Pretty familiar, right?
|
||||
|
||||
And now, let's tell Slate about that leaf. To do that, we'll pass in the `renderLeaf` prop to our editor. Also, let's allow our formatting to be toggled by adding active-checking logic.
|
||||
And now, let's tell Slate about that leaf. To do that, we'll pass in the `renderLeaf` prop to our editor.
|
||||
|
||||
```jsx
|
||||
const App = () => {
|
||||
|
Reference in New Issue
Block a user