mustache / spec

The Mustache spec.
MIT License
361 stars 71 forks source link

Fix TESTING.md Markdown list syntax; no content changes #122

Closed softmoth closed 3 years ago

softmoth commented 3 years ago

The present indentation isn't valid Markdown, and breaks the display when viewing the rendered file, as on Github. Please compare:

This patch moves what was "item" 2.1 back under item 2 without an extra list item. Unfortunately, Markdown doesn't handle this particular structure elegantly as far as I know.

It also switches to backtick quotes for all literals.

jgonggrijp commented 3 years ago

This looks good to me, but I suspect that the top-level items 3 and 4 (in your new version) were also supposed to be subitems of the top-level item 2. What do you think?

softmoth commented 3 years ago

Yes, you're right. Commit amended.