Corrections to /help macros, /help format

This commit is contained in:
ThisIsPIRI
2023-11-20 08:51:37 +09:00
parent 47a2734ad4
commit d87e44ff03
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Text formatting commands:
<pre><code> like this</code></pre>
<ul>
<li><tt>`text`</tt> - displays as <code>inline code</code></li>
<li><tt> text</tt> - displays as a blockquote (note the space after >)</li>
<li><tt>&gt; text</tt> - displays as a blockquote (note the space after &gt;)</li>
<blockquote>like this</blockquote>
<li><tt># text</tt> - displays as a large header (note the space)</li>
<h1>like this</h1>