是否有一种方法可以离线显示。md文件,这样我们就可以知道它上传到Github后会是什么样子?我指的是显示README。md文件,因为它将出现在Github,而不是作为编辑的目的。
需要在Mac和Windows上工作,因为我都用。
是否有一种方法可以离线显示。md文件,这样我们就可以知道它上传到Github后会是什么样子?我指的是显示README。md文件,因为它将出现在Github,而不是作为编辑的目的。
需要在Mac和Windows上工作,因为我都用。
当前回答
我刚刚安装了https://github.com/ypocat/gfms。它做了一个非常好的工作渲染github风味markdown。它可以检测你的降价变化,所以你只需要把浏览器和编辑器放在一起。它是Node.js,所以在任何平台上都能正常工作。
如果你已经安装了Node.js,安装很简单:
安装-g GFMS GFMS—端口9999(在您的项目目录中) http://localhost:9999/(用任何浏览器打开)
其他回答
我发现MarkView谷歌Chrome扩展非常有用,实际上它的工作就像一个魅力:
MarkView is a Chrome extention for editing and viewing markdown file with an outline view, support multiple table format styles, code block syntax highlight and Github Flavored Markdown. Features: Editing and Viewing markdown file in web page style. Auto reload local file when file is changed (Post-installation: select "Allow access to file URLs" option in chrome://extensions/) Show outline beside the content in scrollable way Have buttons for GoTop, ViewSource and GoBottom Support Github Flavored Markdown table styles and code highlight. Highlight the code area for programming languages(eg. ```ruby) Support web pages printing with decent outlook(Chrome->File->Print...) Responsive: when the window size small than 940px, outline section will automatically hidden; resize bigger than 940px, outline section will display. MarkView will view all markdown files except those under raw.github.com because that subdomain only displays the source.
更多的功能已添加到MarkView:
所见即所得markdown编辑器 主题和代码样式选择 支持脚注1系 即时幻灯片演示 文档自定义样式 添加主题CSS并选择 添加代码样式并选择 编写CSS,保存并运行
考虑捷联式。
Strapdown是基于javascript的解决方案,它在浏览器中呈现降价内容,这使得它非常适合脱机查看。 从他们自己的描述来看:
Strapdown.js使得创建优雅Markdown文档变得非常简单。不需要服务器端编译。
所以重命名你的。md markdown文件为。html,并围绕它:
<xmp theme="united" style="display:none;">
# Markdown content here
…
</xmp>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
并且在任何浏览器中打开都会显示呈现的HTML。额外的好处:你可以很容易地改变主题。
还有StackEdit。它可以在线和离线工作(它使用浏览器的本地存储)。
你还可以将它与Dropbox或谷歌Drive连接,以查看托管在云上的文件。
您可以使用文本作为md查看器和md编辑器,它的轻量级和整洁。
你试过重新发短信吗?这是一个很好的桌面Markdown编辑器