Quote:
Originally Posted by greenapple
Hi Kovid,
- Treat each line as a paragraph
- Assume print formatting
- Process using markdown
- Do not insert table of contents
I can't figure out which option would remove unneeded line breaks automatically from the text file?
|
Probably the second one as long as new paragraphs start with an indent, e.g.
Code:
This is the start of the first paragraph which wraps
to multiple lines.
This is a second paragraph.