Files
rk35xx-android14/external/markdown/tests/misc/some-test.html
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

68 lines
726 B
HTML
Vendored

<hr />
<ul>
<li>
<p>as if</p>
</li>
<li>
<p>as if2</p>
</li>
</ul>
<hr />
<ul>
<li>
<p>as if</p>
</li>
<li>
<p>as if2</p>
</li>
</ul>
<hr />
<ul>
<li>as if
non_code</li>
<li>as if2</li>
</ul>
<p>Markdown</p>
<ul>
<li>
<p>Python
is ok</p>
<ul>
<li>Therefore i am</li>
</ul>
</li>
<li>
<p>Perl sucks
big time</p>
<ul>
<li>But that's
ok</li>
</ul>
</li>
<li>
<p>Python is
ok
Or not?</p>
</li>
</ul>
<p>Here is a normal paragraph</p>
<ol>
<li>Another list
with a bunch of items</li>
<li>
<p>Mostly fruits</p>
<ol>
<li>Apple</li>
<li>Pare</li>
</ol>
</li>
</ol>
<p>asdfasdfasd</p>
<pre><code># This is a code example
import stuff
Another code example
* Lists and similar stuff
&gt; Should be ignored
</code></pre>