mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Document that three tildes is enough for a code block
(imported from commit f50a9b0016f4c3e489258d1f3382fbc3b1c77189)
This commit is contained in:
parent
4da83759dc
commit
702dcbf210
@ -45,19 +45,19 @@
|
||||
<td>Some inline <code>code</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>~~~~<br />
|
||||
<td>~~~<br />
|
||||
def bah():<br/>
|
||||
print "Humbug"<br/>
|
||||
~~~~<br/>
|
||||
~~~<br/>
|
||||
</td>
|
||||
<td><pre>def bah():
|
||||
print "Humbug"</pre></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>~~~~ .py<br />
|
||||
<td>~~~ .py<br />
|
||||
def bah():<br/>
|
||||
print "Humbug"<br/>
|
||||
~~~~<br/>
|
||||
~~~<br/>
|
||||
</td>
|
||||
<td>
|
||||
<div class="codehilite"><pre><span class="k">def</span> <span class="nf">bah</span><span class="p">():</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user