TextWriter
@Js
class TextWriter : Obj
Text writer for markdown rendering
Remove the last "tight" setting from the top of the stack
Change whether blocks are tight or loose
This block()
This colon()
This line()
new make(OutStream out, LineBreakRendering lineBreakRendering)
Void popTight()
Remove the last "tight" setting from the top of the stack.
Void pushTight(Bool tight)
Change whether blocks are tight or loose. Loose is the default where blocks are separated by a blank line. Tight is where blocks are not spearated by a blank line. Tight blocks are used in lists, if there are no blank lines within the list.
Note that changing this does not affect block separators that have already been enqueued with block; only future ones.
This resetBlock()
This whitespace()
This write(Str s)
This writeChar(Int ch)
This writeStripped(Str s)