Skip to content

Commit

Permalink
Update atx_heading_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberZHG committed May 15, 2017
1 parent 7eec62c commit bcec305
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions markdown/parser/leaves/atx_heading_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,3 @@ def parse(self, code, index, auxiliary=None):
elem.set_level(level)
elem.set_title(title)
return elem, index + 1

def get_level(self):
return self._level

def get_inlines(self):
return [self._title]

0 comments on commit bcec305

Please sign in to comment.