check-bogus-nl ( element -- )


Vocabulary
help.lint.checks

Inputs
elementan object


Outputs
None

Definition


: check-bogus-nl ( element -- )
{ { $nl } { { $nl } } } [ head? ] with any? [
"Simple element should not begin with a paragraph break"
simple-lint-error
] when ;