Skip to content

sanitizer: keep <figure> intact

Somehow <figure> is rearranged into <head>, and the latter is stripped by Sanitizer::strip_harmful_tags(). Use explicit <head> and <body> tags to avoid rearrangements.

Edited by Chih-Hsuan Yen

Merge request reports