Skip to content

Commit

Permalink
Merge pull request pcraciunoiu#1 from readevalprint/master
Browse files Browse the repository at this point in the history
made stripcomments false by default
  • Loading branch information
Paul Craciunoiu committed Aug 30, 2011
2 parents 1fa3834 + f73aca8 commit 729317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikimarkup/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def parse(self, text):
return text.encode("utf-8")
return text

def strip(self, text, stripcomments=True, dontstrip=[]):
def strip(self, text, stripcomments=False, dontstrip=[]):
render = True

commentState = {}
Expand Down

0 comments on commit 729317d

Please sign in to comment.