From 4fad0e9050f9bd62d5a06c110c2b5905daca1a3d Mon Sep 17 00:00:00 2001 From: Noah Hellman Date: Tue, 17 Jan 2023 18:11:36 +0100 Subject: [PATCH] fixup! block attributes --- src/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block.rs b/src/block.rs index 920ea37..484d95c 100644 --- a/src/block.rs +++ b/src/block.rs @@ -80,7 +80,7 @@ pub enum Container { /// Span is the list marker. ListItem, - /// Span is `[^`. + /// Span is footnote tag. Footnote, }