summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-02-18 21:14:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-02-18 21:14:31 -0700
commit5d00cbed6432fa79802822f7b529d18ce54f5660 (patch)
treed01ebe7e43aa45d95fbb7ac312397ec0fe27fb69 /src
parentd1c74ae78c1e498ecf36425dcb42b10844b29df3 (diff)
HTML writer: allow "track" element to be treated as block-level HTML.
Closes #8629.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Readers/HTML/TagCategories.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/HTML/TagCategories.hs b/src/Text/Pandoc/Readers/HTML/TagCategories.hs
index 4a319fb74..9b128fc5e 100644
--- a/src/Text/Pandoc/Readers/HTML/TagCategories.hs
+++ b/src/Text/Pandoc/Readers/HTML/TagCategories.hs
@@ -28,7 +28,7 @@ eitherBlockOrInline :: Set Text
eitherBlockOrInline = fromList
["audio", "applet", "button", "iframe", "embed",
"del", "ins", "progress", "map", "area", "noscript", "script",
- "object", "svg", "video", "source"]
+ "object", "svg", "video", "source", "track"]
blockHtmlTags :: Set Text
blockHtmlTags = fromList