You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
"The editor gives you full control over the logic you can add. For example, it's fairly common to want to add markdown-like shortcuts to editors. So that, when you start a line with \"> \" you get a blockquote that looks like this:"
}
]
},
{
"object": "block",
"type": "block-quote",
"nodes": [
{
"object": "text",
"text": "A wise quote."
}
]
},
{
"object": "block",
"type": "paragraph",
"nodes": [
{
"object": "text",
"text":
"Order when you start a line with \"## \" you get a level-two heading, like this:"
}
]
},
{
"object": "block",
"type": "heading-two",
"nodes": [
{
"object": "text",
"text": "Try it out!"
}
]
},
{
"object": "block",
"type": "paragraph",
"nodes": [
{
"object": "text",
"text":
"Try it out for yourself! Try starting a new line with \">\", \"-\", or \"#\"s."