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 22065eb commit f0117ecCopy full SHA for f0117ec
crates/mdbook-html/src/html/tree.rs
@@ -307,6 +307,8 @@ where
307
match event {
308
Event::Start(tag) => self.start_tag(tag),
309
Event::End(tag) => {
310
+ // TODO: This should validate that the event stack is
311
+ // properly synchronized with the tag stack.
312
self.pop();
313
match tag {
314
TagEnd::TableHead => {
0 commit comments