-
Notifications
You must be signed in to change notification settings - Fork 422
特性展示 features
支持了所有常用的、通用的语法,除此之外我们还支持了一些有意思的语法
![img #宽度#高度#对齐方式][图片URL或引用]
其中,
宽度
、高度
支持:绝对像素值(比如200px)、相对外层容器百分比(比如50%),对齐方式
候选值有:左对齐(缺省)、右对齐(right)、居中(center)、悬浮左、右对齐(float-left/right)
- Markdown初学者快速熟悉MD语法的一个途径
- 为调用方提供一个历史富文本数据迁成Markdown数据的方法
团队对markdown源码有最大宽度限制?一键切回经典换行(两个及以上连续换行才算一个换行)
想要批量修改?可以试试多光标编辑(快捷键、搜索多光标选中等功能正在开发中)
CherryMarkdown会判断用户到底变更了哪个段落,做到只渲染变更的段落,从而提升修改时的渲染性能
CherryMarkdown利用virtual dom机制实现对预览区域需要变更的内容进行局部更新的功能,从而减少了浏览器Dom操作,提高了修改时预览内容更新的性能
It supports all common syntax. In addition, we also support some interesting syntaxes
![img #Width # height # alignment] [picture URL or reference]
Among them, width and height support: absolute pixel value (such as 200px), relative outer container percentage (such as 50%), alignment candidate values are: left-aligned (default), right-aligned (right), centered (center), Floating left and right alignment (float-left/right
- Provide Markdown beginners a way to quickly become familiar with MD syntax
- Provide the caller a method to migrate historical rich text data into markdown data
Does the team have a maximum width limit on the markdown source code? One-click switch back to classic line break (only two or more consecutive line break can be regarded as one line feed)
Want to batch modify? You can try multi-cursor editing (shortcut keys, search for multi cursor selection and other functions are under development)
Cherrymarkdown will judge which paragraph the user has changed and only render the changed paragraph, so as to improve the rendering performance during modification
Cherrymarkdown uses the virtual DOM mechanism to locally update the content that needs to be changed in the preview area, which reduces the browser DOM operation and improves the performance of preview content update during modification