We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4395a83 commit 7eb6e29Copy full SHA for 7eb6e29
notebook/tests/notebook/markdown.js
@@ -106,7 +106,7 @@ casper.notebook_test(function () {
106
codeblock = '```python\ns = "$"\nt = "$"\n```'
107
result = '<pre><code class="cm-s-ipython language-python">' +
108
'<span class="cm-variable">s</span> <span class="cm-operator">=</span> <span class="cm-string">"$"</span>\n' +
109
- '<span class="cm-variable">t</span> <span class="cm-operator">=</span> <span class="cm-string">"$"</span></code></pre>\n';
+ '<span class="cm-variable">t</span> <span class="cm-operator">=</span> <span class="cm-string">"$"</span></code></pre>';
110
md_render_test(codeblock, result, 'Markdown code block python');
111
112
function mathjax_render_test(input_string, result, message){
0 commit comments