mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
18 lines
221 B
HTML
18 lines
221 B
HTML
<pre><code><?php
|
|
echo "hello!";
|
|
?>
|
|
</code></pre>
|
|
|
|
<p>foo <code>bar</code></p>
|
|
|
|
<pre><code><?php
|
|
echo "hello!";
|
|
</code></pre>
|
|
|
|
<p>lorem ipsum</p>
|
|
|
|
<pre><code>echo "hello!";
|
|
?>
|
|
</code></pre>
|
|
|
|
<p>lorem ipsum</p>
|