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 2407722 commit b743009Copy full SHA for b743009
src/nbsphinx/__init__.py
@@ -292,7 +292,7 @@
292
{{ (cell.source or '% empty raw cell') | indent }}
293
{%- elif raw_mimetype == 'text/markdown' %}
294
{{ cell.source | markdown2rst }}
295
-{%- elif raw_mimetype == 'text/restructuredtext' %}
+{%- elif raw_mimetype in ['text/restructuredtext', 'text/x-rst'] %}
296
{{ cell.source }}
297
{% endif %}
298
{% endblock rawcell %}
0 commit comments