markdown-formatter icon indicating copy to clipboard operation
markdown-formatter copied to clipboard

markdown formatter

Results 36 markdown-formatter issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together. Updates `nanoid` from 3.1.20 to 3.3.3 Changelog Sourced from nanoid's changelog. 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed...

dependencies

Would it be possible that you publish this VSCode extension also in https://open-vsx.org/ This would make it much easier to use the extension in project such as * [gitpod.io](https://gitpod.io/) *...

问题:有时候图片会在列表里进行缩进的显示,但是格式化后,前后就被添加了空行 建议方案:在设置里添加选项用来决定是否对图片进行格式化 Problem: Sometimes images are indented in the list, but after formatting, blank lines are added before and after Suggested solution: Add an option in the settings to decide...

https://github.com/topics/json-viewer?o=desc&s=stars there are many projects to json format

不同的平台对 markdown 语法文档的渲染存在差异,其中 **图片插入** 在排版过程中存在问题,例如 ```diff - 这里是文字 - ![图片简介](图片地址) - 这里是文字 + 这里是文字 + ![图片简介](图片地址) + 这里是文字 ``` 渲染后文字和图片可能会叠加在一起,建议新增 **图片链接引用上下放置空行** 自动格式化功能

Thanks for this cool extension 👍 I'd like to suggest adding the ability to config list numbers and symbols. For instance: - defining `-` as the only list symbol. -...