driver: Do not accumulate marked-up text.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 19 Oct 2019 05:41:25 +0000 (05:41 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Dec 2019 05:28:10 +0000 (05:28 +0000)
commit0f12ca600977b5b168d114a6d29eb523e20cac94
tree86e37e9a06aa5823bb549df2042251e89397d5a0
parent0d95a6ff1dff86f7d1578a8bf20a964c7a00b6c3
driver: Do not accumulate marked-up text.

The output engine accumulates lines of text into blocks and outputs them
all at once.  This doesn't currently work for text with markup, so this
commit disables it.  It might be better to make it work, hence this
commit also adds an XXX marker.
src/output/driver.c