altercation / mutt-colors-solarized

mutt mail client color schemes
http://ethanschoonover.com/solarized
355 stars 119 forks source link

README: fix block syntax according to the four-space rule #19

Open rohieb opened 7 years ago

rohieb commented 7 years ago

It seems that GitHub interprets the indentation here different than other Markdown parsers, which always count multiples of four spaces as indentation. GitHub also accepts three spaces as indentation for the list item. To be compatible with other Markdown implementations, apply the four-space rule.

The code block here is inside a list block, so it must be indented by four spaces more than the list block.