Skip to content

Commit

Permalink
Merge pull request #38 from catenax-eV/MD-Linter-Settings-("work-arro…
Browse files Browse the repository at this point in the history
…und")

Update .markdownlint.json
  • Loading branch information
stephanbcbauer authored Jun 19, 2024
2 parents 6a4469a + 211db5b commit da0f706
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"default": true,
"MD004": {"style": "dash"},
"MD013": false,
"MD040": false,
"MD024": {
"siblings_only": true
},
"MD028": false,
"MD033": {
"allowed_elements": [
"br"
"br", "table", "thead", "tbody", "tr", "td", "th", "ul", "li"
]
}
},
"MD034": false,
"MD036": false,
"MD040": false,
"MD048": {"style": "backtick"},
"MD049": {"style": "asterisk"}
}
4 changes: 3 additions & 1 deletion src/pages/copyright.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Legal Notice

## DISCLAIMER & LIABILITY

The present document and its contents are provided “AS-IS” with no warranties whatsoever.
Expand All @@ -12,7 +14,7 @@ Catena-X and its members are subject to the IP Regulations of the Association Ca

Neither Catena-X nor any of its members will be liable for any errors or omissions in this document, or for any damages resulting from use of the document or its contents, or reliance on its accuracy or completeness. In no event shall Catena-X or any of its members be held liable for any indirect, incidental or consequential damages, including loss of profits. Any liability of Catena-X or any of its members, including liability for any intellectual property rights or for non-compliance with laws or regulations, relating to the use of the document or its contents, is expressly disclaimed.

# COPYRIGHT & TRADEMARKS
## COPYRIGHT & TRADEMARKS

Any and all rights to the present document or parts of it, including but not limited under copyright
law, are owned by Catena-X and its licensors.
Expand Down

0 comments on commit da0f706

Please sign in to comment.