docs(fix): widget example code layout on Site ()

* Fix widget example layout

* Stop running MarkDown through Prettier.
This commit is contained in:
Tony Alves
2018-08-14 07:37:07 -07:00
committed by Caleb
parent 05622b8eee
commit 583377bc92
16 changed files with 136 additions and 162 deletions

@ -11,7 +11,6 @@ The text widget takes a multiline text field and saves it as a string. For short
- **Options:**
- `default`: accepts a string; defaults to an empty string
- **Example:**
```yaml
- { label: 'Description', name: 'description', widget: 'text' }
```
```yaml
- { label: 'Description', name: 'description', widget: 'text' }
```