Skip to content

Commit

Permalink
Update to beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Pulges committed Jan 29, 2015
1 parent b34a8ce commit 98ec3a8
Show file tree
Hide file tree
Showing 6 changed files with 2,933 additions and 2,721 deletions.
2 changes: 1 addition & 1 deletion lib/wysihtml/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Wysihtml
module Rails
VERSION = "0.5.0.beta3"
VERSION = "0.5.0.beta4"
end
end
10 changes: 3 additions & 7 deletions vendor/assets/javascripts/parser_rules/advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ var wysihtml5ParserRules = {
"bgsound": {
"remove": 1
},
"sup": {
"rename_tag": "span"
},
"address": {
"rename_tag": "div"
},
Expand Down Expand Up @@ -543,9 +540,7 @@ var wysihtml5ParserRules = {
"align": "align_text"
}
},
"sub": {
"rename_tag": "span"
},
"sub": {},
"comment": {
"remove": 1
},
Expand All @@ -557,6 +552,7 @@ var wysihtml5ParserRules = {
},
"header": {
"rename_tag": "div"
}
},
"sup": {}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,7 @@ var wysihtml5ParserRules = {
"bgsound": {
"remove": 1
},
"sup": {
"unwrap": 1
},
"sup": {},
"address": {
"unwrap": 1
},
Expand Down Expand Up @@ -627,9 +625,7 @@ var wysihtml5ParserRules = {
"unwrap": 1
},
"p": wysihtml5ParserRulesDefaults.blockLevelEl,
"sub": {
"unwrap": 1
},
"sub": {},
"comment": {
"remove": 1
},
Expand Down
8 changes: 2 additions & 6 deletions vendor/assets/javascripts/parser_rules/advanced_unwrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,7 @@ var wysihtml5ParserRules = {
"bgsound": {
"remove": 1
},
"sup": {
"unwrap": 1
},
"sup": {},
"address": {
"unwrap": 1
},
Expand Down Expand Up @@ -648,9 +646,7 @@ var wysihtml5ParserRules = {
"align": "align_text"
}
},
"sub": {
"unwrap": 1
},
"sub": {},
"comment": {
"remove": 1
},
Expand Down
Loading

0 comments on commit 98ec3a8

Please sign in to comment.