需求 :
有个说明文档是readme.rst但前端只有markdown解释器,想转换成md格式。
实现 :
使用pandoc工具进行转换
代码:
sudo apt install pandoc
pandoc readme.rst -f rst -t markdown -o readme.md
参考
https://gist.github.com/zaiste/77a946bbba73f5c4d33f3106a494e6cd
2023-10-29 21:06:16
需求 :
有个说明文档是readme.rst但前端只有markdown解释器,想转换成md格式。
实现 :
使用pandoc工具进行转换
代码:
sudo apt install pandoc
pandoc readme.rst -f rst -t markdown -o readme.md
参考
https://gist.github.com/zaiste/77a946bbba73f5c4d33f3106a494e6cd
下一篇:MariaDB 数据库下载