cnspray

Results 2 issues of cnspray

一、增加按钮 ``` ``` 增加一个div,用于按钮帮助 ``` >[warning]mindmap 参数说明: 语法:描述写在` ```mindmap` 和` ``` `之间 各`选项`用“选项名”:“选项值”分开,各选项间用空格分割 `size:`指定显示流程图的大小,可选值为“mindmap-sm”、“mindmap-md”、“mindmap-lg” `Theme:`流程图主题,可选项为:“classic”、“classic-compact”、“fish”、“fresh-blue”、“fresh-blue-compat”、“fresh-green”、“fresh-green-compat”、“fresh-pink”、“fresh-pink-compat”、“fresh-purple”、“fresh-purple-compat”、“fresh-red”、“fresh-red-compat”、“fresh-soil”、“fresh-soil-compat”、“snow”、“snow-compact”、“tianpan”、“tianpan-compact”、“wire”,默认值为“fresh-blue”。 `Template:`流程图模板,支持“default”、"fresh-blue"、“filetree”、"fish-bone"、“right”、“structure”、“tianpan”,默认值为"fresh-blue"。 `protocol:`指定的用于解析数据的数据协议(默认内置三种数据协议 “json”、“text” 和 “markdown”的支持),改造后,支持markdown中的“list”写法,如`- 根节点`,一共四种支持。 `tmpshow`这个参数主要用于显示输入原始数据,建议使用list写法的时候开启,默认隐藏,只支持"true"。 ```mindmap size:mindmap-md Theme:fresh-blue Template:default protocol:markdown tmpshow:false ``` ------------...

word : ![image](https://user-images.githubusercontent.com/19868606/75552355-15193800-5a71-11ea-8016-68f692828fc6.png) clipboardData:item.type === "text/html" ![image](https://user-images.githubusercontent.com/19868606/75552408-3417ca00-5a71-11ea-81ff-aeae3ba92563.png) regular expression: ``` replace(/]*\s*display:none[\s\S]*?>/gi,'') ```

enhancement