diff options
Diffstat (limited to 'test/command/11323.md')
| -rw-r--r-- | test/command/11323.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/11323.md b/test/command/11323.md new file mode 100644 index 000000000..e2e5e1802 --- /dev/null +++ b/test/command/11323.md @@ -0,0 +1,12 @@ +``` +% pandoc -f rst +foo- + bar +^D +<dl> +<dt>foo-</dt> +<dd> +<p>bar</p> +</dd> +</dl> +``` |
