From 49a208266d0c385098946e2ffb7796ffa6a571c1 Mon Sep 17 00:00:00 2001 From: FlyinPancake Date: Fri, 16 Sep 2022 22:10:48 +0200 Subject: [PATCH] style: :art: changed markdownlint rules following the mkdocs guide, images can be centered using the figure tag then using markdown inside --- .markdownlint.yaml | 4 +--- mkdocs.yml | 7 +++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 3f76a17..426c678 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -11,9 +11,7 @@ MD004: MD033: allowed_elements: - - "img" - - "div" - - "kbd" + - "figure" MD046: false diff --git a/mkdocs.yml b/mkdocs.yml index 79755db..2ef68d0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -27,7 +27,7 @@ theme: - navigation.tabs - navigation.instant - navigation.top - - search.suggest + - search.suggest logo: logo-bme-aut.png favicon: favicon.ico @@ -57,6 +57,8 @@ markdown_extensions: custom_checkbox: true - pymdownx.tabbed - pymdownx.tilde + - md_in_html + - pymdownx.keys plugins: - search: @@ -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 @@ -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 \ No newline at end of file + - laborok/13-js-advanced/index.md