testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-07-24 19:36:07 +03:00
parent 5a2fbfc763
commit 6d69d34a84

View File

@ -223,6 +223,9 @@ var macro = {
json: 'text',
text: function(context, text){ return $('<div>').text(text).html() },
// XXX
nl2br: function(context, text){ return $('<div>').html(text.replace(/\n/g, '<br>\n')) },
wikiword: function(context, text){
return setWikiWords(text, true, this.__include_marker__) },
},