Skip to content

Commit

Permalink
fix: rm repo-wide bypass of MD025
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 19, 2024
1 parent a146077 commit b093bb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.36
MDBOOK_VERSION: 0.4.40
steps:
- uses: actions/checkout@v4
- name: Install mdBook
Expand Down
1 change: 0 additions & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"code_blocks": false # Disable rule for hard tabs in code blocks
"MD013": false # Disable rule for line length
"MD033": false # Disable rule banning inline HTML
"MD025": false # Disable rule for multiple top-level headers
"MD040": false # Disable rule for fenced code blocks
"MD041": false # Disable rule for first line in file
2 changes: 1 addition & 1 deletion cips/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Summary

[README.md](../README.md)

<!-- markdownlint-disable MD025 -->
# CIPs

- [CIP-1](./cip-1.md)
Expand Down

0 comments on commit b093bb0

Please sign in to comment.