File: hl-lines.html

package info (click to toggle)
golang-github-niklasfasching-go-org 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 788 kB
  • sloc: sh: 142; makefile: 42
file content (12 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<p>Lines in a source block can be highlighted with <code class="verbatim">:hl_lines</code>.</p>
<div class="src src-emacs-lisp">
<div class="highlight">
<pre>
(+ 1 2)
(+ 1 2)
(+ 1 2)
(+ 1 2)
(+ 1 2)
</pre>
</div>
</div>