block: specify footnote label in event
instead of using span
This commit is contained in:
parent
116245367a
commit
6cebdfcc0c
2 changed files with 9 additions and 7 deletions
|
@ -918,7 +918,7 @@ impl<'s> Parser<'s> {
|
|||
block::Node::Container(c) => match c {
|
||||
block::Container::Blockquote => Container::Blockquote,
|
||||
block::Container::Div => Container::Div { class: content },
|
||||
block::Container::Footnote => Container::Footnote { label: content },
|
||||
block::Container::Footnote { label } => Container::Footnote { label },
|
||||
block::Container::List {
|
||||
kind: block::ListKind { ty, tight },
|
||||
marker,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue