unminify html code example
Example 1: contenteditable html
<blockquote contenteditable="true">
<p>Edit this content to add your own quote</p>
</blockquote>
<!-- blockquote can be change by other block element -->
Example 2: resgion html
<!--#region main -->
<div></div>
<!--#endregion -->