:demo: support emphasis mark

This commit is contained in:
wangfengming
2020-05-22 12:56:02 +08:00
parent 6bcd1c2c24
commit 538264dec5

View File

@ -161,6 +161,10 @@ doc.addSection({
text: "and then underlined ",
underline: {},
}),
new TextRun({
text: "and then emphasis-mark ",
emphasisMark: {},
}),
new TextRun({
text: "and back to normal.",
}),