Skip to content

Commit

Permalink
Fix markdownlint (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 31, 2024
1 parent 5526690 commit 7b012fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# MD013/line-length
MD013: false

# MD026/no-trailing-punctuation
MD026: false

# MD033/no-inline-html
MD033: false

#MD041/first-line-heading/first-line-h1
MD041: false
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ repos:
rev: v0.42.0
hooks:
- id: markdownlint
args: [--config=.github/linters/.markdown-lint.yml]
3 changes: 2 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Join us at any of our four weekly locations across Brisbane:
## 🀝 Join Our Community

We're always looking for enthusiastic individuals to join our community! Whether you're interested in:

- Contributing to our projects and repositories
- Helping with website development
- Managing our Discord server
Expand Down Expand Up @@ -103,7 +104,7 @@ We extend a special invitation to [Master level chess players](https://en.wikipe

## πŸ“‹ Tasks to do after joining the Brisbane Social Chess GitHub Organization

Please `Star` some of our repositories ⭐ πŸ’« 🌠 🌟
Please `Star` some of our repositories ⭐ πŸ’« 🌠 🌟

You can set your membership in the Brisbane Social Chess GitHub Organization to `Public` on the
[People](https://github.com/orgs/brisbanesocialchess/people) page when logged in.
Expand Down

0 comments on commit 7b012fc

Please sign in to comment.