Skip to content

Commit

Permalink
style: 🎨 changed markdownlint rules
Browse files Browse the repository at this point in the history
following the mkdocs guide, images can be centered using the figure tag then using markdown inside
  • Loading branch information
FlyinPancake committed Sep 16, 2022
1 parent f4aba3d commit 49a2082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ MD004:

MD033:
allowed_elements:
- "img"
- "div"
- "kbd"
- "figure"

MD046: false

Expand Down
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ theme:
- navigation.tabs
- navigation.instant
- navigation.top
- search.suggest
- search.suggest
logo: logo-bme-aut.png
favicon: favicon.ico

Expand Down Expand Up @@ -57,6 +57,8 @@ markdown_extensions:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- md_in_html
- pymdownx.keys

plugins:
- search:
Expand All @@ -68,6 +70,7 @@ nav:
- tudnivalok/github/GitHub.md
- tudnivalok/github/GitHub-Actions.md
- tudnivalok/github/GitHub-credentials.md
- tudnivalok/github/contributing.md
- "Mobil Laborok":
- laborok/01-android-hello-world/index.md
- laborok/02-android-ui/index.md
Expand All @@ -84,4 +87,4 @@ nav:
- laborok/10-bootstrap/index.md
- laborok/11-js/index.md
- laborok/12-jquery/index.md
- laborok/13-js-advanced/index.md
- laborok/13-js-advanced/index.md

0 comments on commit 49a2082

Please sign in to comment.