Commit c1d35919 authored by RawKStar77's avatar RawKStar77

Add spaces between items in list on line 311

parent bafe07da
......@@ -308,7 +308,7 @@ markdown = ['$filter', '$sanitize', '$sce', '$timeout', ($filter, $sanitize, $sc
rendered = renderMath markdown
scope.rendered = $sce.trustAsHtml rendered
if MathJaxFallback
MathJax?.Hub.Queue(["Typeset",MathJax.Hub,output])
MathJax?.Hub.Queue(["Typeset", MathJax.Hub, output])
# React to the changes to the input
inputEl.bind 'blur change keyup', ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment