mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
ExportJSON React demo prettify fix
This commit is contained in:
parent
c2de06bb26
commit
5fcd4beffb
@ -88,7 +88,7 @@ export default () => {
|
||||
<div className="export">
|
||||
<h3>JSON</h3>
|
||||
<pre>
|
||||
<code>{JSON.stringify(json)}</code>
|
||||
<code>{JSON.stringify(json, null, 2)}</code>
|
||||
</pre>
|
||||
</div>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user