Skip to content

Commit

Permalink
Fix markdownlint rules to format indenting
Browse files Browse the repository at this point in the history
- indenting is now congruent with mkdocs
  • Loading branch information
Diogenesoftoronto committed Jan 24, 2024
1 parent a330bb2 commit ec1a3cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
"code_blocks": false,
"tables": false,
},
}
"MD007": {
"indent": 4
}
}
2 changes: 1 addition & 1 deletion docs/src/dev-manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the developer manual for Enduro SDPS.
- [Documentation](docs.md)
- [Dependency management](deps.md)
- [Environment setup](devel.md)
- [Working with Archivematica](archivematica.md)
- [Working with Archivematica](archivematica.md)
- [Logging](logging.md)
- [Makefile](make.md)
- [Testing](testing.md)

0 comments on commit ec1a3cd

Please sign in to comment.