diff --git a/README.md b/README.md index e13f52f..8f15785 100644 --- a/README.md +++ b/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)); diff --git a/docs/html/index.html b/docs/html/index.html index c595851..52a19e8 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -49,12 +49,14 @@
flowchart
和时序图 sequenceDiagram
;https://pandao.github.io/editor.md/examples/index.html
+https://pandao.github.io/editor.md/examples/index.html
通过Github下载安装,或者通过bower安装:
bower install editor.md
@@ -76,8 +78,8 @@
});
</script>
-Require.js的使用方法:https://github.com/pandao/editor.md/examples/use-requirejs.html
-Sea.js的使用方法:https://github.com/pandao/editor.md/examples/use-seajs.html
+Require.js的使用方法:https://github.com/pandao/editor.md/tree/master/examples/use-requirejs.html
+Sea.js的使用方法:https://github.com/pandao/editor.md/tree/master/examples/use-seajs.html