go-org-orgwiki/org/testdata/hl-lines.pretty_org
Kisaragi Hiu ab8d3bc16a
highlight: support highlighting lines in the default writer
The hl_lines key is specifically the same as Hugo's key.
2022-07-18 03:56:15 +09:00

9 lines
149 B
Text

Lines in a source block can be highlighted with =:hl_lines=.
#+BEGIN_SRC emacs-lisp :hl_lines 3-4
(+ 1 2)
(+ 1 2)
(+ 1 2)
(+ 1 2)
(+ 1 2)
#+END_SRC