HTML/文本到重构文本转换器
对于 HTML/Text 到 ReST 转换器有什么建议吗?
搜索了各种选项,但没有找到任何可靠的解决方案。 (注:已找到 Pandoc,但不想安装 Haskell)。
Any suggestions for an HTML/Text to ReST converter?
Have scoured various options but not finding any solid solutions. (Note: have found Pandoc but would prefer not to have to install Haskell).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
html2rst 应该可以处理大多数情况(引用自 Sphinx 网站)。
sphinx
html2rst should handle most cases (referenced from the Sphinx website).
sphinx