如何在命令行上运行 Markdown Extra?
我意识到我真的需要桌子支持。 Markdown Extra 提供了它。
问题是 Markdown Extra (PHP) 无法在命令行中工作。我有许多利用原始 Markdown 的 stdio 管道功能的 shell 脚本。我不太了解PHP,所以也许我不知道正确的方法。如何在命令行上运行 Markdown Extra?我只需要对表的支持,所以你可以建议其他实现。
I realized I really need table support. And Markdown Extra offers it.
The problem is Markdown Extra (PHP) doesn't work in the command line. I have many a shell script which utilizes original markdown's stdio piping feature. I don't know PHP well, so maybe I don't know the right way. How can I run Markdown Extra on command line? I only need support for tables, so you can suggest other implementations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Pandoc是一个非常好的Markdown工具,它支持Markdown Extra中的所有格式,并且可以在命令行上使用。
Pandoc is a very good Markdown tool which support all the formats from Markdown Extra and can be used on the command line.