format md files

- use doublequote in yaml
- right indentation in yaml
- format missformatted places
This commit is contained in:
Pavel Mineev
2021-08-05 12:22:49 -05:00
committed by Umputun
parent c5e3ea898d
commit ad1f95dc74
8 changed files with 121 additions and 111 deletions
@@ -28,10 +28,10 @@ Add config for Remark on a page of your site:
```html
<script>
const remark_config = {
host: 'REMARK_URL',
site_id: 'YOUR_SITE_ID',
}
const remark_config = {
host: 'REMARK_URL',
site_id: 'YOUR_SITE_ID',
}
</script>
```
@@ -42,10 +42,10 @@ For example:
```html
<script>
const remark_config = {
host: 'https://demo.remark42.com',
site_id: 'remark',
}
const remark_config = {
host: 'https://demo.remark42.com',
site_id: 'remark',
}
</script>
```