1 个不稳定版本

0.1.1 2021 年 9 月 19 日

#21 in #generate-markdown

MIT 许可证

5KB
81

工作进行中

生成 markdown 页脚链接。

示例

- [md-footer](https://github.com/sayanarijit/md-footer)
- `[ignoreme](https://link.to.ignore)`

[![xplr](https://s3.gifyu.com/images/xplr-0.5.0.gif)](https://github.com/sayanarijit/xplr)

将转换为

- [md-footer][1]
- `[ignoreme](https://link.to.ignore)`

[![xplr][2]][3]


[1]:https://github.com/sayanarijit/md-footer
[2]:https://s3.gifyu.com/images/xplr-0.5.0.gif

用法

cat /path/fo/file.md | md-footer

# or

md-footer /path/to/file.md

曾用于 为 xplr 书籍生成页脚链接

无运行时依赖