Skip to content

Commit

Permalink
change break
Browse files Browse the repository at this point in the history
  • Loading branch information
machuanjia committed Jan 11, 2016
1 parent 915baa2 commit 2af1bd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-wt-editor",
"version": "1.0.17",
"version": "1.0.18",
"homepage": "https://github.com/WorktileTech/angular-wt-editor",
"authors": [
"YCTech"
Expand Down
2 changes: 1 addition & 1 deletion dist/wt-editor-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wt-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ angular.module("wt-editor")
renderer : renderer,
gfm : true,
tables : true,
breaks : false,
breaks : true,
pedantic : false,
sanitize : false,
smartLists : true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-wt-editor",
"version": "1.0.17",
"version": "1.0.18",
"description": "angular-wt-editor =================",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ angular.module("wt-editor")
renderer : renderer,
gfm : true,
tables : true,
breaks : false,
breaks : true,
pedantic : false,
sanitize : false,
smartLists : true,
Expand Down

0 comments on commit 2af1bd2

Please sign in to comment.