NodeAttribs

Flags that control parser or generator behavior.

Values

ValueMeaning
none0
translated1 << 0

Translate node contents

textNode1 << 1

All nested lines are treated as text

rawTextNode1 << 2

All nested lines are treated as raw text (no interpolations or inline tags)

fitOutside1 << 3

Don't insert white space outside of the node when generating output (currently ignored by the HTML generator)

fitInside1 << 4

Don't insert white space around the node contents when generating output (currently ignored by the HTML generator)

Meta