Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
pry aeaa5dba61 final project il y a 3 ans
..
css final project 删除 il y a 3 ans
fonts final project 删除 il y a 3 ans
images final project 删除 il y a 3 ans
languages final project 删除 il y a 3 ans
lib final project 删除 il y a 3 ans
plugins final project 删除 il y a 3 ans
Gulpfile.js final project il y a 3 ans
LICENSE final project il y a 3 ans
README.md final project il y a 3 ans
editormd.amd.js final project il y a 3 ans
editormd.amd.min.js final project il y a 3 ans
editormd.js final project il y a 3 ans
editormd.min.js final project il y a 3 ans
katex.min.css final project il y a 3 ans
katex.min.js final project il y a 3 ans
package.json final project il y a 3 ans

README.md

Editor.md

Editor.md : The open source embeddable online markdown editor (component), based on CodeMirror & jQuery & Marked.

Features

README & Examples (English)


Editor.md 是一款开源的、可嵌入的 Markdown 在线编辑器(组件),基于 CodeMirror、jQuery 和 Marked 构建。

editormd-screenshot

主要特性

Examples

https://pandao.github.io/editor.md/examples/index.html

Download & install

Github download

Bower install :

bower install editor.md

Usages

HTML:

<link rel="stylesheet" href="editormd.min.css" />
<div id="editormd">
    <textarea style="display:none;">### Hello Editor.md !</textarea>
</div>

Tip: Editor.md can auto append <textarea> tag;

javascript:

<script src="jquery.min.js"></script>
<script src="editormd.min.js"></script>
<script type="text/javascript">
    $(function() {
        var editor = editormd("editormd", {
            path : "../lib/" // Autoload modules mode, codemirror, marked... dependents libs path
        });

        /*
        // or
        var editor = editormd({
            id   : "editormd",
            path : "../lib/"
        });
        */
    });
</script>

Using modular script loader :

Dependents

Changes

Change logs

License

The MIT License.

Copyright (c) 2015 Pandao