diff --git a/docs/walkthroughs/04-applying-custom-formatting.md b/docs/walkthroughs/04-applying-custom-formatting.md index d722121b0d..48d902248f 100644 --- a/docs/walkthroughs/04-applying-custom-formatting.md +++ b/docs/walkthroughs/04-applying-custom-formatting.md @@ -2,7 +2,9 @@ In the previous guide we learned how to create custom block types that render chunks of text inside different containers. But Slate allows for more than just "blocks". -In this guide, we'll show you how to add custom formatting options, like **bold**, _italic_, `code` or ~~strikethrough~~. +QWEQWRQWR QRQW RQWR RQW + +In this guide, we'll show you how to add custom formatting options, like **bold**, *italic*, `code` or ~~strikethrough~~. So we start with our app from earlier: