##// END OF EJS Templates
Enabled markdown blocks.
Jonathan Frederic -
Show More
@@ -102,6 +102,10 b''
102 ((( filterOutLatex(cell.source) )))
102 ((( filterOutLatex(cell.source) )))
103 ((*- endblock unknowncell -*))
103 ((*- endblock unknowncell -*))
104
104
105 ((*- block markdowncell scoped-*))
106 ((( super() )))
107 ((*- endblock markdowncell -*))
108
105 ((* macro filterOutLatex(text) -*))
109 ((* macro filterOutLatex(text) -*))
106 ((*- set text = text|replace("\\","\\backslash") -*))
110 ((*- set text = text|replace("\\","\\backslash") -*))
107 ((*- set text = text|replace("{","\\{") -*))
111 ((*- set text = text|replace("{","\\{") -*))
@@ -153,6 +157,3 b''
153 ((*- endblock output_group -*))
157 ((*- endblock output_group -*))
154 ((*- endif -*))
158 ((*- endif -*))
155 ((*- endblock codecell -*))
159 ((*- endblock codecell -*))
156
157 ((*- block markdowncell scoped-*))
158 ((*- endblock markdowncell -*))
General Comments 0
You need to be logged in to leave comments. Login now