Him*_*hra 6 markdown restructuredtext pandoc
如何将名为index.mdreStructuredText 的文件转换为 reStructuredText 文件,index.rst而无需手动编辑或任何其他操作?
反之亦然呢?
此类更改的一般语法是什么?
Him*_*hra 13
pandoc --from=markdown --to=rst --output=index.rst index.md
相反,你可以尝试几乎相同的事情
pandoc --from=rst --to=markdown --output=README.md README.rst
一般语法是
pandoc --from={type} --to={type} --output={filename} {input-filename}
| 归档时间: |
|
| 查看次数: |
1754 次 |
| 最近记录: |