AMP

Example with HTML comments

Start

Headline

Text & 'entities'

2

<h1>Headline</h1>
<!--
  test comment
-->
<p>Text & 'entities'</p>
<p>2</p>
在 Playground 中打开此代码段

End