mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
67114255ad
The line with the opening code fence may optionally contain some text following the code fence (the info string); this is trimmed of leading and trailing whitespace and can contain multiple words (but not newlines). Closes #856
9 lines
151 B
HTML
9 lines
151 B
HTML
<pre><code class="json language-json">{
|
|
"custom": true
|
|
}
|
|
</code></pre>
|
|
<pre><code class="json language-json">{
|
|
"custom": false
|
|
}
|
|
</code></pre>
|