lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It was thus said that the Great Coda Highland once stated:
> On Tue, Oct 4, 2016 at 10:47 PM, Sean Conner <sean@conman.org> wrote:
> >   The other issue I have with Markdown (et al) is that in the majority of
> > such documents, each paragraph is one exceedingly long line, making it
> > difficult for *me* to read.  more (or less) (and here, I'm talking about the
> > Unix commands more and less) will wrap the lines at the edge of the TTY
> > window, making for some very badly formatted text.
> 
> This isn't true of Markdown, at least. Markdown treats consecutive
> lines as a single paragraph and requires that you inject extra
> whitespace if you DON'T want that.

  I realize that.  It's just that the majority of Markdown (et al.)
documents that I find don't do that---they just leave a paragraph as a
single long line.

  -spc (Probably due to the editor used to write the document ... )