1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-20 21:46:01 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
TUSF
8d01fc00f8
Fixing quotes that span more than one line.
To break out of a quote-block in markdown, one has to have two line-breaks. It's the same as usual paragraphs, so having only one line-break results in it being collapsed as a single space. To represent that behavior here, I'm using start-end, with the previous match being the "start", and a blank line (^$) being the "end".
2017-12-20 23:49:51 -06:00
Elof
d3a313afd8 Color trailing whitespace green 2016-12-06 22:06:12 +01:00
ThomasR
bba53c3940 Rename syntax definitions
Duplicate syntax definition names may cause problems.
Since nano comes with predefined all-lowercase syntax definitions,
we use uppercase letters everywhere to reduce the risk of future conflicts
2016-03-02 20:51:19 +01:00
ThomasR
ed2fa75484 Improve markdown.nanorc
support for tables, strike-through, horizontal rules; better image highlighting
2016-02-28 14:15:46 +01:00
Anthony Scopatz
424a4587a6 fixed md bug 2013-07-15 16:39:41 -05:00
Mariusz Smykuła
9975b237ac Syntax for markdown format 2013-06-01 22:59:28 +02:00