File: Blockquotes%20with%20code%20blocks.xhtml

package info (click to toggle)
libmarkdent-perl 0.40-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,368 kB
  • sloc: perl: 5,225; sh: 24; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<blockquote>
  <p>Example:</p>

<pre><code>sub status {
    print &quot;working&quot;;
}
</code></pre>
  
  <p>Or:</p>

<pre><code>sub status {
    return &quot;working&quot;;
}
</code></pre>
</blockquote>