QubitPi commited on
Commit
66f8466
1 Parent(s): 91d33d3
Files changed (3) hide show
  1. .mdlrc +1 -1
  2. .yamllint +2 -0
  3. README.md +3 -1
.mdlrc CHANGED
@@ -1,2 +1,2 @@
1
- rules "~MD002", "~MD003", "~MD005", "~MD007", "~MD013", "~MD022", "~MD024", "~MD029", "~MD033", "~MD034", "~MD036", "~MD041", "~MD055", "~MD057"
2
  style "#{File.dirname(__FILE__)}/markdownlint.rb"
 
1
+ rules "~MD002", "~MD003", "~MD005", "~MD007", "~MD013", "~MD022", "~MD024", "~MD027", "~MD028", "~MD029", "~MD033", "~MD034", "~MD036", "~MD041", "~MD055", "~MD057"
2
  style "#{File.dirname(__FILE__)}/markdownlint.rb"
.yamllint CHANGED
@@ -17,3 +17,5 @@ rules:
17
  max-spaces-after: -1
18
  brackets:
19
  max-spaces-inside: -1
 
 
 
17
  max-spaces-after: -1
18
  brackets:
19
  max-spaces-inside: -1
20
+ empty-lines:
21
+ max: 3
README.md CHANGED
@@ -111,12 +111,14 @@ The declension table above is equivalent to
111
  | __dative__ | einem | einer | einem | N/A |
112
  | __accusative__ | einen | eine | ein | N/A |
113
 
114
- > [!NOTE]
 
115
  > - A list under `declension` is a table row
116
  > - All rows have the same number of columns
117
  > - Each element of the list corresponds to a table cell
118
 
119
  > [!TIP]
 
120
  > __The declension tables for all nouns are sourced from
121
  > [Wiktionary](https://en.wiktionary.org/wiki/ein#Declension_2)__
122
 
 
111
  | __dative__ | einem | einer | einem | N/A |
112
  | __accusative__ | einen | eine | ein | N/A |
113
 
114
+ > [!NOTE]
115
+ >
116
  > - A list under `declension` is a table row
117
  > - All rows have the same number of columns
118
  > - Each element of the list corresponds to a table cell
119
 
120
  > [!TIP]
121
+ >
122
  > __The declension tables for all nouns are sourced from
123
  > [Wiktionary](https://en.wiktionary.org/wiki/ein#Declension_2)__
124