Concrete implementation of IFlowDocument using a `
A Flow Document produces output without any box model, in a streamed manner. If something fits, it is included. Honestly, it's already complicated and having boxes and defering rendering is probably better for better results. For example, this rendere can't ever support hyphenation or text justifying. The interface is thought to be able to render Markdown quickly.
Flow document.