mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Remove spaces around brackets in frontmatter
This commit is contained in:
parent
20b76d188a
commit
ce7f340d4c
@ -19,7 +19,7 @@ def extract_yaml_frontmatter(file_path):
|
|||||||
|
|
||||||
yaml_config = yamllint.config.YamlLintConfig(
|
yaml_config = yamllint.config.YamlLintConfig(
|
||||||
"""{
|
"""{
|
||||||
extends: relaxed,
|
extends: default,
|
||||||
rules: {
|
rules: {
|
||||||
commas: disable,
|
commas: disable,
|
||||||
trailing-spaces: disable,
|
trailing-spaces: disable,
|
||||||
|
2
nmap.md
2
nmap.md
@ -2,7 +2,7 @@
|
|||||||
name: Nmap
|
name: Nmap
|
||||||
category: tool
|
category: tool
|
||||||
contributors:
|
contributors:
|
||||||
- [ "Sebastian Oberdorfer" , "https://github.com/SOberdorfer" ]
|
- ["Sebastian Oberdorfer", "https://github.com/SOberdorfer"]
|
||||||
---
|
---
|
||||||
|
|
||||||
### Learn Nmap in Y Minutes
|
### Learn Nmap in Y Minutes
|
||||||
|
Loading…
Reference in New Issue
Block a user