Last active
May 22, 2020 01:01
-
-
Save pickleat/0e264dffe787e104edb2cd0b2919233a to your computer and use it in GitHub Desktop.
QuillJS Example-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<h1>An Example Heading!</h1> | |
<p><br></p> | |
<p>Here's a bunch of paragraph text that shows you | |
<strong>how awesome it is</strong> | |
to write here!</p> | |
<p><br></p> | |
<p>Here's a list: </p> | |
<ul> | |
<li>Item</li> | |
<li>Another Item</li> | |
<li>A Third Item</li> | |
</ul> | |
<p><br></p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment