package cmarkit
-
cmarkit
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Hard and soft breaks
The type for types of line breaks.
val make :
?layout_before:Layout.string node ->
?layout_after:Layout.blanks node ->
type' ->
t
make type'
is a new break of type type'
. Layout values default to Layout.empty
.
val layout_before : t -> Layout.string node
layout_before b
is the layout before the newline, spaces or possibly '\'
for hard breaks.
val layout_after : t -> Layout.blanks node
layout_after
are blanks on the new block line.