Content Format
luolonghao opened this issue · 2 comments
luolonghao commented
<h1>heading 1</h1>
<h2>heading 2</h2>
<h3>heading 3</h3>
<h4>heading 4</h4>
<h5>heading 5</h5>
<h6>heading 6</h6>
<p>
<strong>bold</strong>
<i>italic</i>
<u>underline</u>
<s>strikeThrough</s>
<span style="font-family: Arial;">fontName</span>
<span style="font-size: 14px;">fontSize</span>
<span style="color: red;">fontColor</span>
<span style="background-color: #eeeeee;">highlight</span>
<sub>subscript</sub>
<sup>superscript</sup>
<code>code</code>
<a href="url" target="_blank">link</a>
</p>
<p style="text-indent: 2em;">text indent</p>
<p style="margin-left: 40px;">indent</p>
<p style="text-align:center;">align</p>
<ol start="1"><li>numbered list</li></ol>
<ol start="2"><li>numbered list</li></ol>
<ul><li>bulleted list</li></ul>
<ul><li>bulleted list</li></ul>
<ul type="checklist"><li value="true">checklist</li></ul>
<ul type="checklist"><li value="false">checklist</li></ul>
<blockquote>normal</blockquote>
<blockquote type="success">success</blockquote>
<blockquote type="info">info</blockquote>
<blockquote type="warning">warning</blockquote>
<blockquote type="error">error</blockquote>
<anchor />selected contents<focus />
<p><anchor />selected contents<focus /></p>
luolonghao commented
box
<lake-box name="hr"></lake-box>
<lake-box name="image"></lake-box>
<lake-box name="table"></lake-box>
<lake-box name="codeBlock"></lake-box>
luolonghao commented
<lake-box type="inline" name="image" value="data" focus="start"></lake-box>
- type: inline / block
- focus: start / center / end