vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum NodeAttribs

Flags that control parser or generator behavior.

enum NodeAttribs : int { ... }

Enum members

NameDescription
fitInside Don't insert white space around the node contents when generating output (currently ignored by the HTML generator)
fitOutside Don't insert white space outside of the node when generating output (currently ignored by the HTML generator)
none
rawTextNode All nested lines are treated as raw text (no interpolations or inline tags)
textNode All nested lines are treated as text
translated Translate node contents
Authors
Copyright
License