editor.md

Posted tao7

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了editor.md相关的知识,希望对你有一定的参考价值。

我天,这个功能我折腾了三天了,下载了无数项目,看了无数其他人踩的坑。终于做出来了

最后还是在https://pandao.github.io/editor.md/找到了答案,就是很简单的一段代码

<link rel="stylesheet" href="editormd/css/editormd.css" />
<div id="test-editor">
    <textarea style="display:none;">### 关于 Editor.md

**Editor.md** 是一款开源的、可嵌入的 Markdown 在线编辑器(组件),基于 CodeMirror、jQuery 和 Marked 构建。
    </textarea>
</div>
<script src="https://cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="editormd/editormd.min.js"></script>
<script type="text/javascript">
    $(function() {
        var editor = editormd("test-editor", {
            // width  : "100%",
            // height : "100%",
            path   : "editormd/lib/"
        });
    });
</script>

  其实这个网站我看了很多遍,却怎么也没有找到代码详情。

以上是关于editor.md的主要内容,如果未能解决你的问题,请参考以下文章

工具使用-Editor.md编辑器

工具使用-Editor.md编辑器

工具使用-Editor.md编辑器

Editor.md

如何在angular项目中使用Editor.md

如何在angular项目中使用Editor.md