diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-08-12 17:28:19 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-08-12 17:28:19 +0200 |
commit | 6dc2011d69c85820feddf6799142d304cc2eeb29 (patch) | |
tree | 29d8774a526631052ba6cd56be2492e5e249d494 /src/construct/html_flow.rs | |
parent | 1234de9c22343fc4e1fe9e3e1127d2db01e96c2f (diff) | |
download | markdown-rs-6dc2011d69c85820feddf6799142d304cc2eeb29.tar.gz markdown-rs-6dc2011d69c85820feddf6799142d304cc2eeb29.tar.bz2 markdown-rs-6dc2011d69c85820feddf6799142d304cc2eeb29.zip |
Refactor to improve entering
Diffstat (limited to 'src/construct/html_flow.rs')
-rw-r--r-- | src/construct/html_flow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/html_flow.rs b/src/construct/html_flow.rs index 2d685b6..123e1a3 100644 --- a/src/construct/html_flow.rs +++ b/src/construct/html_flow.rs @@ -145,7 +145,7 @@ pub fn start(tokenizer: &mut Tokenizer) -> State { usize::MAX }, connect: false, - content_type: None, + content: None, }, )) } else { |