File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
flexmark-docx-converter/src/test/resources Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments