Skip to content

Commit

Permalink
Fix spaces in headers 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-mbm committed Jul 10, 2015
1 parent 6dd0b22 commit 62b8e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paicemana/textdownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(self, archive, sync=False):
s = re.sub(r' \[\]\(.*\/OSMBrasil\/semanario.*\n\n.*\)', '', s)
s = s.split('### Share this:')[0]
s = s.split('### Compartilhe isso:')[0]
s = re.sub(r'## *', '## ', s)
markdown = s
#print(markdown)

Expand Down

0 comments on commit 62b8e55

Please sign in to comment.