Skip to content

Commit

Permalink
Remove Post parser, its reparse methods are now in DOM parser
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Nov 3, 2015
1 parent e5f1eb2 commit cf45846
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 154 deletions.
149 changes: 0 additions & 149 deletions src/js/parsers/post.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/js/parsers/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@ export default class SectionParser {
state.section = null;
}

isSectionElement(element) {
return element.nodeType === ELEMENT_NODE &&
VALID_MARKUP_SECTION_TAGNAMES.indexOf(normalizeTagName(element.tagName)) !== -1;
}

_markupsFromElement(element) {
let { builder } = this;
let markups = [];
Expand Down

0 comments on commit cf45846

Please sign in to comment.