Skip to content

Commit 66cff5c

Browse files
committed
add mail link test
1 parent 93f770f commit 66cff5c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

flexmark-docx-converter/src/test/resources/docx_converter_ast_spec.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,38 @@ with some text
949949
</w:body>
950950
````````````````````````````````
951951

952+
### Mail
953+
954+
Mail link
955+
956+
```````````````````````````````` example Links - Mail: 1
957+
prefix vladimir@vladsch.com suffix
958+
959+
.
960+
<w:body>
961+
<w:p>
962+
<w:pPr>
963+
<w:pStyle w:val="ParagraphTextBody"/>
964+
</w:pPr>
965+
<w:r>
966+
<w:t xml:space="preserve">prefix </w:t>
967+
</w:r>
968+
<w:hyperlink r:id="rId3" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
969+
<w:r>
970+
<w:rPr>
971+
<w:rStyle w:val="Hyperlink"/>
972+
</w:rPr>
973+
<w:t>vladimir@vladsch.com</w:t>
974+
</w:r>
975+
</w:hyperlink>
976+
<w:r>
977+
<w:t xml:space="preserve"> suffix</w:t>
978+
</w:r>
979+
</w:p>
980+
</w:body>
981+
````````````````````````````````
982+
983+
952984

953985
## Images
954986

0 commit comments

Comments
 (0)