diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4c31f6e..808fb0bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1634,6 +1634,7 @@ raw template {%- endblock in_prompt -%} """ + exporter_attr = AttrExporter() output_attr, _ = exporter_attr.from_notebook_node(nb) assert "raw template" in output_attr diff --git a/tests/filters/test_markdown.py b/tests/filters/test_markdown.py index 4b1cdc354..786023f3a 100644 --- a/tests/filters/test_markdown.py +++ b/tests/filters/test_markdown.py @@ -122,6 +122,7 @@ def test_markdown2html_math(self): # Mathematical expressions not containing <, >, & # should be passed through unaltered # all the "<", ">", "&" must be escaped correctly + print("Add this print to have a difference with main branch") cases = [ ( "\\begin{equation*}\n"