Skip to content

Commit

Permalink
Releases v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pandao committed Jun 2, 2015
1 parent fdf1c5a commit 4c0a4ab
Show file tree
Hide file tree
Showing 51 changed files with 12,276 additions and 1,443 deletions.
485 changes: 249 additions & 236 deletions CHANGE.md

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,42 +51,42 @@
Bower install :

```shell
bower install editor.md
bower install editor.md
```

#### Usages

HTML:

```html
<link rel="stylesheet" href="editormd.min.css" />
<div id="editormd">
<textarea style="display:none;">### Hello world!</textarea>
</div>
<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:

```html
<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 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
});
</script>
/*
// or
var editor = editormd({
id : "editormd",
path : "../lib/"
});
*/
});
</script>
```

Using modular script loader :
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editor.md",
"version": "1.4.4",
"version": "1.4.5",
"homepage": "https://github.com/pandao/editor.md",
"authors": [
"Pandao <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions css/editormd.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* Editor.md
*
* @file editormd.css
* @version v1.4.4
* @version v1.4.5
* @description Open source online markdown editor.
* @license MIT License
* @author Pandao
* {@link https://github.com/pandao/editor.md}
* @updateTime 2015-05-09
* @updateTime 2015-06-02
*/

@charset "UTF-8";
Expand Down
4 changes: 2 additions & 2 deletions css/editormd.logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* Editor.md
*
* @file editormd.logo.css
* @version v1.4.4
* @version v1.4.5
* @description Open source online markdown editor.
* @license MIT License
* @author Pandao
* {@link https://github.com/pandao/editor.md}
* @updateTime 2015-05-09
* @updateTime 2015-06-02
*/

/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
Expand Down
2 changes: 1 addition & 1 deletion css/editormd.logo.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/editormd.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/editormd.preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* Editor.md
*
* @file editormd.preview.css
* @version v1.4.4
* @version v1.4.5
* @description Open source online markdown editor.
* @license MIT License
* @author Pandao
* {@link https://github.com/pandao/editor.md}
* @updateTime 2015-05-09
* @updateTime 2015-06-02
*/

@charset "UTF-8";
Expand Down
2 changes: 1 addition & 1 deletion css/editormd.preview.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c0a4ab

Please sign in to comment.