mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
9eacfb7b22
ms html clipboard format CF_HTML handles table like below if we copy part of table. it makes problem when copying table from ms product such as ie, excel, powerpoint then pasting to squire. <TABLE BORDER> <!--StartFragment--> <TR><TD>Item 6</TD><TD>Item 7</TD></TR><TR><TD>Item 10</TD><TD>Item 11</TD></TR> <!--EndFragment--> </TABLE> and <TABLE BORDER><TR> <!--StartFragment--> <TD>Item</TD> <!--EndFragment--> </TR></TABLE> https://msdn.microsoft.com/en-us/library/windows/desktop/ms649015(v=vs.85).aspx #274 |
||
---|---|---|
.. | ||
blank.html | ||
index.html | ||
squire.spec.js |