Changeset 19 for formatflowed
- Timestamp:
- 09/11/05 19:56:35 (7 years ago)
- Files:
-
- 1 modified
-
formatflowed/trunk/formatflowed.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
formatflowed/trunk/formatflowed.py
r18 r19 788 788 Example code: 789 789 790 >>> result = _parse ToFlowed(u'\\n'.join((790 >>> result = _parseFlowableChunks(u'\\n'.join(( 791 791 ... u'Normal text, as long as they are not delimited by empty ', 792 792 ... u'lines will be considered paragraphs and will be parsed as ',
