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 42077cf commit 788acaeCopy full SHA for 788acae
sphinx_design/cards.py
@@ -140,6 +140,7 @@ def create_card(
140
textnodes, _ = inst.state.inline_text(arguments[0], inst.lineno)
141
title_container = PassthroughTextElement()
142
title_container.extend(textnodes)
143
+ inst.set_source_info(title_container)
144
title.append(title_container)
145
body.insert(0, title)
146
container.append(body)
0 commit comments