Browse Source

edit README.md

mathjax-version
Pandao 10 years ago
parent
commit
006db31f35
  1. 2
      README.md
  2. 12
      docs/html/index.html

2
README.md

@ -12,7 +12,7 @@ A simple online markdown editor.
- 支持实时预览和多语言语法高亮;
- 支持ToC(Table of Contents);
- 兼容主流的浏览器(IE8+),且支持iPad等平板设备;
- 技术Latex科学公式(MathJax);
- 支持Latex科学公式(基于MathJax);
- 支持流程图 `flowchart` 和时序图 `sequenceDiagram`;
- 支持AMD/CMD模块化加载(支持 [Require.js](https://pandao.github.io/editor.md/examples/use-requirejs.html) & [Sea.js](https://pandao.github.io/editor.md/examples/use-seajs.html));

12
docs/html/index.html

@ -49,12 +49,14 @@
<ul>
<li>支持Markdown标准和Github风格;</li>
<li>支持实时预览和多语言语法高亮;</li>
<li>支持AMD/CMD模块化加载(支持Require.js &amp; Sea.js);</li>
<li>支持ToC(Table of Contents);</li>
<li>兼容主流的浏览器(IE8+),且支持iPad等平板设备;</li>
<li>支持Latex科学公式(基于MathJax);</li>
<li>支持流程图 <code>flowchart</code> 和时序图 <code>sequenceDiagram</code>;</li>
<li>支持AMD/CMD模块化加载(支持 <a href="https://pandao.github.io/editor.md/examples/use-requirejs.html">Require.js</a> &amp; <a href="https://pandao.github.io/editor.md/examples/use-seajs.html">Sea.js</a>);</li>
</ul>
<h4 id="-">在线演示</h4>
<p><a href="https://pandao.github.io/examples/index.html">https://pandao.github.io/editor.md/examples/index.html</a></p>
<p><a href="https://pandao.github.io/editor.md/examples/index.html">https://pandao.github.io/editor.md/examples/index.html</a></p>
<h4 id="-">下载和安装</h4>
<p>通过Github下载安装,或者通过bower安装:</p>
<pre><code>bower install editor.md
@ -76,8 +78,8 @@
});
&lt;/script&gt;
</code></pre><blockquote>
<p>Require.js的使用方法:<a href="https://github.com/pandao/editor.md/examples/use-requirejs.html">https://github.com/pandao/editor.md/examples/use-requirejs.html</a></p>
<p>Sea.js的使用方法:<a href="https://github.com/pandao/editor.md/examples/use-seajs.html">https://github.com/pandao/editor.md/examples/use-seajs.html</a></p>
<p>Require.js的使用方法:<a href="https://github.com/pandao/editor.md/tree/master/examples/use-requirejs.html">https://github.com/pandao/editor.md/tree/master/examples/use-requirejs.html</a></p>
<p>Sea.js的使用方法:<a href="https://github.com/pandao/editor.md/tree/master/examples/use-seajs.html">https://github.com/pandao/editor.md/tree/master/examples/use-seajs.html</a></p>
</blockquote>
<h4 id="-">依赖项目及感谢</h4>
<ul>
@ -112,7 +114,7 @@
<br clear="both">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Thu Feb 05 2015 22:23:57 GMT+0800 (中国标准时间)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Sat Feb 07 2015 19:42:31 GMT+0800 (中国标准时间)
</footer>
<script> prettyPrint(); </script>

Loading…
Cancel
Save