Skip to content

Commit

Permalink
refactor: ♻️ moved to a new markdownlint config, now with only minima…
Browse files Browse the repository at this point in the history
…l changes required
  • Loading branch information
FlyinPancake committed Sep 13, 2022
1 parent a296150 commit 792244a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
default: true
extends: null

# Mivel az editorok nagy része támogatja a sortörést, egszerűsítjük vele a feladatunkat.
# Később, ha sok időnk lesz rá be lehet állítani
MD013: false

# A plain HTML elemek nem mindig szépek, de a Markdownban nem mindig lehet őket kicserélni.
MD004:
style: "dash"

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

MD046: false

# Emphasized text is surrounded by underscores, not asterisks.
MD049:
style: "underscore"

# Strong emphasis is surrounded by asterisks not underscores.
MD050:
style: "asterisk"
3 changes: 0 additions & 3 deletions .mdl_style.rb

This file was deleted.

0 comments on commit 792244a

Please sign in to comment.