我遇到过很多Markdown编辑器演示实时预览的演示,例如:
http://daringfireball.net/projects/markdown/dingus
http://dillinger.io/
http://www.markitdown.net/markdown
http://epiceditor.com/
http://hallojs.org/demo/markdown/
但我没能找到太多关于AsciiDoc Editor live preview的搜索。
我遇到过一些关于设置这样的功能的文章,例如:
http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/
但是我真的只是想要一些在线演示,有没有呢?
发布于 2013-12-18 00:37:45
AsciiDoctor.js实时预览浏览器扩展可能满足您的需要:
渲染AsciiDoc (.ad,.adoc,.asc,.asciidoc)作为超文本标记语言在Chrome!
helloworld.adoc),使用您喜欢的编辑器在其中输入一些文本,然后将浏览器指向该文件(例如helloworld.adoc发布于 2014-01-18 21:09:15
这可能就是你正在寻找的带有相应视频演示http://youtu.be/PEvvwNc1kU8的https://github.com/lordofthejars/asciidoctor-markitup。
发布于 2013-12-13 16:05:21
那里确实只有很少的支持。对于简单的asciidoc支持,你也可以使用gedit的语法高亮显示:http://kenjiru.ro/blog/2011/10/asciidoc-highlight-for-gedit
但如果你喜欢实验软件:我用python写了一个实时转换asciidoc http服务器,你可以在这里访问:https://github.com/pypp/asciidoc_http_server。(在专业方面,你可以很容易地通过web访问asciidoc文件)
https://stackoverflow.com/questions/19075130
复制相似问题