X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/175c5cf4f727162fa5bddd2460d37595251bbe8e..bd97f61d25eb0c3e51a29286c7de509146eceb37:/src/librarian/elements/footnotes/__init__.py?ds=sidebyside diff --git a/src/librarian/elements/footnotes/__init__.py b/src/librarian/elements/footnotes/__init__.py index 398fdea..e18eaae 100644 --- a/src/librarian/elements/footnotes/__init__.py +++ b/src/librarian/elements/footnotes/__init__.py @@ -7,6 +7,7 @@ from ..base import WLElement class Footnote(WLElement): NO_TOC = True START_INLINE = True + ASIDE = True def signal(self, signal): if signal == 'INLINE':