]> git.cworth.org Git - notmuch-wiki/commitdiff
feature-requests: Attempt markdown styling
authorCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 21:21:36 +0000 (14:21 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 21:21:36 +0000 (14:21 -0700)
As opposed to the manual <br> tags Dirk was reduced to since markdown
doesn't always do the obvious thing.

The relevant text in the MarkDown specification is:

List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be indented by either 4 spaces
or one tab:

http://daringfireball.net/projects/markdown/syntax#list

That's quite obnoxious because alignment with two spaces would be much
more natural. Ah well.


No differences found