mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
misc: add command to run prettier on docs (#2102)
* misc: add command to run prettier on docs * Fix GH issue template * Fix tests * Add prettier-docs command to precommit
This commit is contained in:
parent
cfc313d7c7
commit
55e676cb25
141 changed files with 1181 additions and 968 deletions
|
@ -1,5 +1,5 @@
|
|||
# Ignore this
|
||||
|
||||
##
|
||||
##
|
||||
|
||||
## 
|
||||
## 
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
|
||||
## `<div> Test </div>`
|
||||
|
||||
## `<div><i>Test</i></div>`
|
||||
## `<div><i>Test</i></div>`
|
||||
|
|
|
@ -8,4 +8,4 @@ import somethingElse from 'something-else';
|
|||
|
||||
### Again
|
||||
|
||||
Content.
|
||||
Content.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## *Emphasis*
|
||||
## _Emphasis_
|
||||
|
||||
### **Importance**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue