Skip to content

Commit

Permalink
Merge pull request #51 from Edicy/blockquote_separation
Browse files Browse the repository at this point in the history
Blockquote separation
  • Loading branch information
Oliver Pulges committed Jun 9, 2014
2 parents 73c150d + 98e1aca commit 11751e1
Show file tree
Hide file tree
Showing 25 changed files with 794 additions and 418 deletions.
6 changes: 4 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ module.exports = function(grunt) {
"src/dom/copy_attributes.js",
"src/dom/copy_styles.js",
"src/dom/delegate.js",
"src/dom/dom_node.js",
"src/dom/get_as_dom.js",
"src/dom/get_parent_element.js",
"src/dom/get_next_element.js",
"src/dom/get_previous_element.js",
"src/dom/get_style.js",
"src/dom/get_textnodes.js",
"src/dom/has_element_with_tag_name.js",
"src/dom/has_element_with_class_name.js",
"src/dom/insert.js",
"src/dom/insert_css.js",
"src/dom/line_breaks.js",
"src/dom/observe.js",
"src/dom/parse.js",
"src/dom/remove_empty_text_nodes.js",
Expand All @@ -47,6 +47,7 @@ module.exports = function(grunt) {
"src/dom/table.js",
"src/dom/query.js",
"src/dom/compare_document_position.js",
"src/dom/unwrap.js",
"src/quirks/clean_pasted_html.js",
"src/quirks/ensure_proper_clearing.js",
"src/quirks/get_correct_inner_html.js",
Expand All @@ -67,6 +68,7 @@ module.exports = function(grunt) {
"src/commands/formatBlock.js",
"src/commands/formatCode.js",
"src/commands/formatInline.js",
"src/commands/insertBlockQuote.js",
"src/commands/insertHTML.js",
"src/commands/insertImage.js",
"src/commands/insertLineBreak.js",
Expand Down
Loading

0 comments on commit 11751e1

Please sign in to comment.