aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-12-29 23:49:51 -0700
committerJohn MacFarlane <[email protected]>2025-12-29 23:49:51 -0700
commit7cadf231970c1a9ea03b596525511fc6ffef09d4 (patch)
treeb4103423acaf296e6a7680b160b76da25b12716a /test
parente5ee5ed04ff75c577d25eaeb0f70ee3936dfe84e (diff)
MediaWiki reader: handle non-recognized tags as plain text.
Partially addresses #11299.
Diffstat (limited to 'test')
-rw-r--r--test/command/11299.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/11299.md b/test/command/11299.md
new file mode 100644
index 000000000..3c7995cb2
--- /dev/null
+++ b/test/command/11299.md
@@ -0,0 +1,6 @@
+```
+% pandoc -f mediawiki -t native
+<foo>
+^D
+[ Para [ Str "<foo>" ] ]
+```