3.6 Skribilo User Manual — Line breaks
Contents↑ Standard Markups

Line breaks and horizontal rules enable text cutting.

3.6.1 Linebreak

The Skribe function linebreak is unportable. Even if most engines handle it for their code production, using linebreak generally produces expected result. For instance, using linebreak with an engine producing LaTeX code is bound to fail. In consequence, as much as possible, one should prefer other ways for splitting a text

(linebreak [:class] [:ident] num)
:ident The node identifier. html lout latex context info xml
:class The node class. html lout latex context info xml
num The number of line breaks.
See also paragraph , table .

3.6.2 Horizontal rule

(hrule [:height 1] [:width 100.0] [:class] [:ident])
:ident The node identifier. html lout latex context info xml
:class The node class. html lout latex context info xml
:width The width of the horizontal rule. html context info
:height The thickness of the rule. A positive integer value stands for a number of pixels. html context
(made with skribilo)