Skip to content

Instantly share code, notes, and snippets.

@Frankdroid7
Created January 17, 2024 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frankdroid7/f36bfcd7b52e45e6b94ea27133f416fd to your computer and use it in GitHub Desktop.
Save Frankdroid7/f36bfcd7b52e45e6b94ea27133f416fd to your computer and use it in GitHub Desktop.
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