Commit Graph

6 Commits (master)

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".
6 years ago
Elof d3a313afd8 Color trailing whitespace green 8 years ago
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
8 years ago
ThomasR ed2fa75484 Improve markdown.nanorc
support for tables, strike-through, horizontal rules; better image highlighting
8 years ago
Anthony Scopatz 424a4587a6 fixed md bug 11 years ago
Mariusz Smykuła 9975b237ac Syntax for markdown format 11 years ago