Skip to content

Commit 680c6b1

Browse files
committed
add inline_footnote to quadratic fuzzer.
1 parent 22d31b4 commit 680c6b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fuzz/fuzz_targets/quadratic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ struct FuzzExtensionOptions {
200200
spoiler: bool,
201201
greentext: bool,
202202
alerts: bool,
203+
inline_footnotes: bool,
203204
}
204205

205206
impl FuzzExtensionOptions {
@@ -212,6 +213,7 @@ impl FuzzExtensionOptions {
212213
tasklist: self.tasklist,
213214
superscript: self.superscript,
214215
footnotes: self.footnotes,
216+
inline_footnotes: self.inline_footnotes,
215217
description_lists: self.description_lists,
216218
multiline_block_quotes: self.multiline_block_quotes,
217219
math_dollars: self.math_dollars,

0 commit comments

Comments
 (0)