Commit 46330867a8d82bf45f2ea575b93c5f0d4496ca0c Parent c6460e00ea05da186e7d0ea7690b28f2b98a0ed9 Author John MacFarlane <jgm@berkeley.edu> Date Sat, 11 Jul 2015 23:15:31 -0700 Restructured common renderer code. * Added functions for cr, blankline, out to renderer object. * Removed lit (we'll handle this with a macro). * Changed type of out so it takes a regular string instead of a chunk. * Use macros LIT, OUT, BLANKLINE, CR in renderers to simplify code. (Not sure about this, but `renderer->out(renderer, ...)` sure is verbose.)