diff --git a/docs/_ext/lv_example.py b/docs/_ext/lv_example.py index d4db6a08c..1a818e246 100644 --- a/docs/_ext/lv_example.py +++ b/docs/_ext/lv_example.py @@ -71,7 +71,7 @@ class LvExample(Directive): if not 'c' in excluded_languages: if env.app.tags.has('html'): - iframe_html = f"
" + iframe_html = f"
" description_html = f"
{self.options.get('description', '')}
" layout_node = nodes.raw(text=f"
{iframe_html}{description_html}
", format='html')