markdown格式化表格

markdown格式化表格

本文基于原作者:https://github.com/dbrockman/reformat-markdown-table的基础上,再次基于 该作者: https://github.com/wangding/reformat-markdown-table 进行修改

功能

  1. 可以按照自己的需求,在各种编译器上相对性对markdown的表格进行对齐,由于字体原因,有些场景不能完全对齐。
  2. 可以对整个markdown进行格式化,而不是该文件中只包含一个表格
  • 格式化前效果
## 标题

| 姓名 | 电话 | 邮箱 |
| --- | :---: | ---: |
| 王顶 | 13582027613 | 408542507@qq.com |
| 郭玉朝 | 13812347652 | baldy@163.com |
|  | abc | def
  • 格式化后效果
## 标题

| 姓名   |     电话    |             邮箱 |
|--------|:-----------:|-----------------:|
| 王顶   | 13582027613 | 408542507@qq.com |
| 郭玉朝 | 15703277652 |    baldy@163.com |
|        |     abc     |              def |

安装使用

npm install reformat-markdown-cn -g

# 格式化一个文件
reformat-markdown-cn ./markdown/example.md 
# 格式化多个文件
reformat-markdown-cn ./markdown/**/*.md
# 自定义字符对应
reformat-markdown-cn ./markdown/example.md -R '{"0": 0, "1": 2}'
reformat-markdown-cn ./markdown/**/*.md -R '{"0": 0, "1": 2}'
# 终端输出内容,不会覆盖源文件
reformat-markdown-cn ./markdown/example.md -R '{"0": 0, "1": 2}' -C
reformat-markdown-cn ./markdown/**/*.md -R '{"0": 0, "1": 2}' -C

项目地址: https://github.com/littleboyfury/reformat-markdown-table

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值