mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
style(v2): disable Prettier checks for Markdown files of init templates (#2792)
This commit is contained in:
parent
83f980cadf
commit
0ff6dd31f4
4 changed files with 1 additions and 15 deletions
|
@ -28,10 +28,8 @@ To serve as an example page when styling markdown based Docusaurus sites.
|
|||
|
||||
## Emphasis
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
Emphasis, aka italics, with *asterisks* or _underscores_.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
Strong emphasis, aka bold, with **asterisks** or __underscores__.
|
||||
|
||||
Combined emphasis with **asterisks and _underscores_**.
|
||||
|
@ -49,13 +47,10 @@ Strikethrough uses two tildes. ~~Scratch this.~~
|
|||
1. Ordered sub-list
|
||||
1. And another item.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
* Unordered list can use asterisks
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
- Or minuses
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
+ Or pluses
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue