Browse Source

Allow figures to used in substitutiosn like images (HACK).

master
Erik Stein 7 years ago
parent
commit
a4ee41f7ec
  1. 2
      docutils/nodes.py

2
docutils/nodes.py

@ -1646,7 +1646,7 @@ class target(Special, Invisible, Inline, TextElement, Targetable): pass
class footnote(General, BackLinkable, Element, Labeled, Targetable): pass
class citation(General, BackLinkable, Element, Labeled, Targetable): pass
class label(Part, TextElement): pass
class figure(General, Element): pass
class figure(General, Inline, Element): pass
class caption(Part, TextElement): pass
class legend(Part, Element): pass
class table(General, Element): pass

Loading…
Cancel
Save