Skip to content

Commit

Permalink
refactor: Fix markdown issues
Browse files Browse the repository at this point in the history
  • Loading branch information
NiBa97 committed Apr 14, 2024
1 parent 0b1d3dc commit b53bbdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"lint": "next lint",
"start": "next start"
},
"markdownlint-cli2": {
"config": {
"MD033": false
}
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
Expand Down
2 changes: 2 additions & 0 deletions wiki/home.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Home

First wiki entry.
3 changes: 2 additions & 1 deletion wiki/user_stories/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# User Stories

This is a collection of user stories. It's meant to be flexible over time; accordingly, the list below is not ordered.
This is a collection of user stories.
It's meant to be flexible over time; accordingly, the list below is not ordered.

## Analyze

Expand Down

0 comments on commit b53bbdd

Please sign in to comment.