From 538264dec5d6960d535f91f1b8b01f03f4ddc20b Mon Sep 17 00:00:00 2001 From: wangfengming Date: Fri, 22 May 2020 12:56:02 +0800 Subject: [PATCH] :demo: support emphasis mark --- demo/2-declaritive-styles.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demo/2-declaritive-styles.ts b/demo/2-declaritive-styles.ts index 472b916091..c34eae9628 100644 --- a/demo/2-declaritive-styles.ts +++ b/demo/2-declaritive-styles.ts @@ -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.", }),