Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -8,6 +8,7 @@ tags:
- drupal
- code
---
```language-ini
name = My Theme
description = A description of my theme
@ -23,7 +24,7 @@ regions[content] = Content
regions[sidebar] = Sidebar
regions[footer] = Footer
# Define which features are available. If none are specified, all the default
# Define which features are available. If none are specified, all the default
# features will be available.
features[] = logo
features[] = name