Skip to content

Commit

Permalink
Releases v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pandao committed Apr 7, 2015
1 parent 57c27c4 commit 8cf1c3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions editormd.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3207,27 +3207,27 @@
editormdLogo : /:(editormd-logo-?(\w+)?):/g,
pageBreak : /^\[[=]{8,}\]$/
};

// Emoji graphics files url path
editormd.emoji = {
path : "http://www.emoji-cheat-sheet.com/graphics/emojis/",
ext : ".png"
};

// Twitter Emoji (Twemoji) graphics files url path
editormd.twemoji = {
path : "http://twemoji.maxcdn.com/36x36/",
ext : ".png"
};

/**
* 自定义marked的解析器
* Custom Marked renderer rules
*
* @param {Array} markdownToC 传入用于接收TOC的数组
* @returns {Renderer} markedRenderer 返回marked的Renderer自定义对象
*/

editormd.markedRenderer = function(markdownToC, options) {
var defaults = {
toc : true, // Table of contents
Expand Down
8 changes: 4 additions & 4 deletions editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3137,27 +3137,27 @@
editormdLogo : /:(editormd-logo-?(\w+)?):/g,
pageBreak : /^\[[=]{8,}\]$/
};

// Emoji graphics files url path
editormd.emoji = {
path : "http://www.emoji-cheat-sheet.com/graphics/emojis/",
ext : ".png"
};

// Twitter Emoji (Twemoji) graphics files url path
editormd.twemoji = {
path : "http://twemoji.maxcdn.com/36x36/",
ext : ".png"
};

/**
* 自定义marked的解析器
* Custom Marked renderer rules
*
* @param {Array} markdownToC 传入用于接收TOC的数组
* @returns {Renderer} markedRenderer 返回marked的Renderer自定义对象
*/

editormd.markedRenderer = function(markdownToC, options) {
var defaults = {
toc : true, // Table of contents
Expand Down
8 changes: 4 additions & 4 deletions src/editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3125,27 +3125,27 @@
editormdLogo : /:(editormd-logo-?(\w+)?):/g,
pageBreak : /^\[[=]{8,}\]$/
};

// Emoji graphics files url path
editormd.emoji = {
path : "http://www.emoji-cheat-sheet.com/graphics/emojis/",
ext : ".png"
};

// Twitter Emoji (Twemoji) graphics files url path
editormd.twemoji = {
path : "http://twemoji.maxcdn.com/36x36/",
ext : ".png"
};

/**
* 自定义marked的解析器
* Custom Marked renderer rules
*
* @param {Array} markdownToC 传入用于接收TOC的数组
* @returns {Renderer} markedRenderer 返回marked的Renderer自定义对象
*/

editormd.markedRenderer = function(markdownToC, options) {
var defaults = {
toc : true, // Table of contents
Expand Down

0 comments on commit 8cf1c3f

Please sign in to comment.