Skip to content

Instantly share code, notes, and snippets.

@BoshiLee
Created December 13, 2019 08:28
Show Gist options
  • Save BoshiLee/204908f52a658c1f20496ab80ec7f8ca to your computer and use it in GitHub Desktop.
Save BoshiLee/204908f52a658c1f20496ab80ec7f8ca to your computer and use it in GitHub Desktop.
const String testHtml = """
<div>
<h1>測試頁面</h1>
<p>這是一個 HTML</p>
<h2>Pricing</h2>
<p>Lorem ipsum <b>dolor</b> sit amet.</p>
<h2>The Team</h2>
<p>There isn't <i>really</i> a team...</p>
<h2>WomenYellsAtCatMeme</h2>
<p><img src="https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/womanyellingcat-1573233850.jpg" width="400" alt="示意圖僅供參考示意1" title="點圖放大" style="cursor: pointer;"></p>
</div>
""";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment