OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
OurBigBook ignores most single newlines present in your source code. This allows authors to write much more readable OurBigBook Markup source.
This removal includes things like:
The exception is when the newline is placed between two inline macros, where it generates an explicit line break. This is particularly useful for poetry, for example:
Roses are red
Violets are blue
which renders as:
Roses are red
Violets are blue
and produces HTML like:
Roses are red<br>Violets are blue
Double newlines generate paragraphs, and triple newlines are forbidden except in literal arguments.

Ancestors (4)

  1. Macro argument
  2. OurBigBook Markup syntax
  3. OurBigBook Markup
  4. Home