diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/5014.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/5014.md b/test/command/5014.md new file mode 100644 index 000000000..73be6ec46 --- /dev/null +++ b/test/command/5014.md @@ -0,0 +1,17 @@ +``` +% pandoc -f html -t native +<table> + <thead> + <tr> + <td>Name</td> + </tr> + </thead> + <tbody> + <tr> + <td>Accounts</td> + </tr> + </tbody> +</table> +^D + +``` |