Skip to content

Commit

Permalink
Add note about future option for plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
claytron committed Jun 14, 2011
1 parent c0052e4 commit 941d867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ever2simple/converter.py
Expand Up @@ -52,6 +52,7 @@ def prepare_notes(self, xml_tree):
content = note.xpath('content')
if content:
raw_text = content[0].text
# TODO: Option to go to just plain text, no markdown
converted_text = self._convert_html_markdown(title, raw_text)
if self.fmt == 'csv':
# XXX: DictWriter can't handle unicode. Just
Expand Down

0 comments on commit 941d867

Please sign in to comment.