diff options
| author | John MacFarlane <[email protected]> | 2025-12-29 23:49:51 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-29 23:49:51 -0700 |
| commit | 7cadf231970c1a9ea03b596525511fc6ffef09d4 (patch) | |
| tree | b4103423acaf296e6a7680b160b76da25b12716a /test | |
| parent | e5ee5ed04ff75c577d25eaeb0f70ee3936dfe84e (diff) | |
MediaWiki reader: handle non-recognized tags as plain text.
Partially addresses #11299.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/11299.md | 6 |
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>" ] ] +``` |
