Add test for #5690.
This commit is contained in:
parent
d6fdfe6f2b
commit
9d581428f9
1 changed files with 16 additions and 0 deletions
16
test/command/5690.md
Normal file
16
test/command/5690.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
```
|
||||
% pandoc -f docbook -t asciidoc
|
||||
<warning>
|
||||
<title>My warning!</title>
|
||||
<para>A warning.</para>
|
||||
<para>Another paragraph.</para>
|
||||
</warning>
|
||||
^D
|
||||
[WARNING]
|
||||
.My warning!
|
||||
====
|
||||
A warning.
|
||||
|
||||
Another paragraph.
|
||||
====
|
||||
```
|
Loading…
Add table
Reference in a new issue