mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 23:59:25 +08:00
shorter is better
This commit is contained in:
parent
276118e48e
commit
107a6d7813
@ -64,8 +64,8 @@ To pull in tiptap for quick demos or just giving it a spin, grab the latest buil
|
||||
<!doctype html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script src="https://www.unpkg.com/@tiptap/core@latest"></script>
|
||||
<script src="https://www.unpkg.com/@tiptap/starter-kit@latest"></script>
|
||||
<script src="https://unpkg.com/@tiptap/core@latest"></script>
|
||||
<script src="https://unpkg.com/@tiptap/starter-kit@latest"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="element"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user