fix: resolve markdownlint errors
Disable MD060 (table column alignment) and MD032 (list blank lines). Add language tags to bare fenced code blocks (MD040).
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## Role Directory Structure
|
||||
|
||||
```
|
||||
```text
|
||||
roles/
|
||||
└── nginx/
|
||||
├── defaults/
|
||||
@@ -164,7 +164,7 @@ nginx_access_log: /var/log/nginx/access.log
|
||||
|
||||
## Project Layout with Roles
|
||||
|
||||
```
|
||||
```text
|
||||
ansible-project/
|
||||
├── ansible.cfg
|
||||
├── site.yml # Master playbook
|
||||
|
||||
Reference in New Issue
Block a user