From bd8fb01008317703b0712f46e826ed3464cebf38 Mon Sep 17 00:00:00 2001 From: David Moreau Date: Wed, 14 Jun 2017 13:17:13 -0400 Subject: [PATCH] allocator generates Unshipped strategy now --- client/Doc.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/Doc.js b/client/Doc.js index eed896c..5c75ca4 100644 --- a/client/Doc.js +++ b/client/Doc.js @@ -35,6 +35,16 @@ module.exports = React.createClass({ out += this.options.xhtml ? '/>' : '>'; return out; }; + renderer.table = function(header, body) { + return '\n' + + '\n' + + header + + '\n' + + '\n' + + body + + '\n' + + '
\n'; + }; return {