Handbook
Glossary
check-bogus-nl ( element -- )
Vocabulary
help
.
lint
.
checks
Inputs
element
an
object
Outputs
None
Definition
USING:
help.markup
kernel
sequences
;
IN:
help.lint.checks
:
check-bogus-nl
( element -- )
{
{
$nl
}
{
{
$nl
}
}
}
[
head?
]
with
any?
[
"Simple element should not begin with a paragraph break"
simple-lint-error
]
when
;