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

@ -7,6 +7,9 @@ tags:
- centos
- linux
---
A great post details that details the steps needed to install [Nagios](http://nagios.org) - a popular open source system and network monitoring software application - on CentOS.
A great post details that details the steps needed to install
[Nagios](http://nagios.org) - a popular open source system and network
monitoring software application - on CentOS.
<http://saylinux.net/story/009506/how-install-nagios-centos-55>