Skip to content

Commit

Permalink
Adding missing div compared to JupyterLab DOM structure (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Nov 23, 2021
1 parent e6eb9f7 commit bc9802c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/jupyter/nbconvert/templates/lab/base.html.j2
Expand Up @@ -86,13 +86,15 @@

{% block markdowncell scoped %}
<div class="jp-Cell-inputWrapper">
<div class="jp-InputArea jp-Cell-inputArea">
{%- if resources.global_content_filter.include_input_prompt-%}
{{ self.empty_in_prompt() }}
{%- endif -%}
<div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput {{ celltags(cell) }}" data-mime-type="text/markdown">
{{ cell.source | markdown2html | strip_files_prefix }}
</div>
</div>
</div>
{%- endblock markdowncell %}

{% block unknowncell scoped %}
Expand Down

0 comments on commit bc9802c

Please sign in to comment.