Show More
@@ -102,6 +102,10 b'' | |||
|
102 | 102 | ((( filterOutLatex(cell.source) ))) |
|
103 | 103 | ((*- endblock unknowncell -*)) |
|
104 | 104 | |
|
105 | ((*- block markdowncell scoped-*)) | |
|
106 | ((( super() ))) | |
|
107 | ((*- endblock markdowncell -*)) | |
|
108 | ||
|
105 | 109 | ((* macro filterOutLatex(text) -*)) |
|
106 | 110 | ((*- set text = text|replace("\\","\\backslash") -*)) |
|
107 | 111 | ((*- set text = text|replace("{","\\{") -*)) |
@@ -153,6 +157,3 b'' | |||
|
153 | 157 | ((*- endblock output_group -*)) |
|
154 | 158 | ((*- endif -*)) |
|
155 | 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