Skip to content

Commit a84a001

Browse files
committed
将HTML复制到系统剪切板中并导入到Word中
1 parent c15a9f4 commit a84a001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

C#/HTML2Word/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@
105105
string html = "<p><input type='text' name='test'>abc</p>";
106106
html = HTMLUtils.HtmlClipboardData(html);
107107
HTMLUtils.CopyHTMLToClipboard(html);
108-
```
108+
```
109+
具体的实现请看[https://github.com/scalad/MathML2MathTypeEquation](https://github.com/scalad/MathML2MathTypeEquation)

0 commit comments

Comments
 (0)