From 6d30d3e0b3b4a7005018179ff1098dd16eeb2652 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 12 Jul 2019 17:03:01 -0700 Subject: Pass through aria- attributes to HTML5. Also document addition of data- prefix to unknown attributes. Closes #5646. --- test/command/5646.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/5646.md (limited to 'test/command') diff --git a/test/command/5646.md b/test/command/5646.md new file mode 100644 index 000000000..7fe8f5a5f --- /dev/null +++ b/test/command/5646.md @@ -0,0 +1,8 @@ +``` +% pandoc -t html5 -f markdown +![test](foo){aria-describedby="barbaz"} +^D +
+
test
+
+``` -- cgit v1.2.3