From 2fe4743a1303ca5dcba4018519a044e9de8e11db Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Jan 2015 17:17:09 -0800 Subject: Made 'options' a parameter of the renderer constructors... as opposed to the 'render' function. Added a 'colors' parameter for the ast renderer. --- dingus.html | 3 ++- js/bin/commonmark | 17 +++++++++++++---- js/lib/html.js | 7 ++++--- js/lib/index.js | 14 +++++++++----- 4 files changed, 28 insertions(+), 13 deletions(-) diff --git a/dingus.html b/dingus.html index 6b379eb..ee1622f 100644 --- a/dingus.html +++ b/dingus.html @@ -10,6 +10,7 @@