Created
January 17, 2024 15:14
-
-
Save Frankdroid7/f36bfcd7b52e45e6b94ea27133f416fd to your computer and use it in GitHub Desktop.
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
final htmlContent = ''' | |
<h1>Heading Example</h1> | |
<p>This is a paragraph.</p> | |
<img src="image.jpg" alt="Example Image" /> | |
<blockquote>This is a quote.</blockquote> | |
<table> | |
<tbody> | |
<tr> | |
<td>Okay <br /></td> | |
</tr> | |
</tbody> | |
</table> | |
<ul> | |
<li>First item</li> | |
<li>Second item</li> | |
<li>Third item</li> | |
</ul> | |
'''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment