Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add working copy of the data model for elaborating the next model version (DEV-4307) #275

9 changes: 6 additions & 3 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Config file for https://github.com/igorshubovych/markdownlint-cli

# MD007/ul-indent - Unordered list indentation
MD007:
MD007:
# Whether to indent the first level of the list
start_indented: false
# By how many spaces every next level must be indented. The default of 2 is not compatible with mkdocs!
Expand All @@ -14,7 +14,7 @@ MD009: false
MD012: false

# MD013/line-length - Line length
MD013:
MD013:
line_length: 120
heading_line_length: 120
code_block_line_length: 120
Expand All @@ -30,8 +30,11 @@ MD013:
# Stern length checking
stern: false

MD024:
siblings_only: true

# MD033/no-inline-html - Inline HTML
MD033:
MD033:
allowed_elements: [br, center]

# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Data Model
# Current Data Model

All metadata are modelled according to the model as described in the following.

Expand Down
Loading
Loading