Add Prettier.md to document compatibility issues (fixes #410).

This commit is contained in:
David Anson 2021-08-13 22:18:39 -07:00
parent 92111e09cf
commit 580e57ddee
3 changed files with 29 additions and 0 deletions

View file

@ -329,6 +329,8 @@ issue for multi-markdown parsers, which require 4-space indents. More informatio
<https://cirosantilli.com/markdown-style-guide#indentation-of-content-inside-lists>
and <http://support.markedapp.com/discussions/problems/21-sub-lists-not-indenting>.
Note: See [Prettier.md](Prettier.md) for compatibility information.
<a name="md009"></a>
## MD009 - Trailing spaces
@ -1183,6 +1185,8 @@ for your selected document style.
Rationale: Violations of this rule can lead to improperly rendered content.
Note: See [Prettier.md](Prettier.md) for compatibility information.
<a name="md031"></a>
## MD031 - Fenced code blocks should be surrounded by blank lines