Skip to content

Commit

Permalink
Style(repo): Set up markdown linting base on new version and apply it
Browse files Browse the repository at this point in the history
refs #1828
  • Loading branch information
literat committed Dec 21, 2024
1 parent d7049d5 commit f181f33
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .remarkrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default {
'remark-lint-heading-capitalization',
{
lowerCaseWords: ['v1', 'v2', 'v3', 'v4', 'vs'],
exclude: ['`web`', '`web-react`'],
ignorePattern: ['^@lmc-eu/spirit-.*', '^spirit-.*', '`.*`', '.*-config-spirit'],
},
],
Expand Down
2 changes: 1 addition & 1 deletion configs/typescript-config-spirit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> TypeScript configuration and utilities for Spirit Design System.
## Getting started
## Getting Started

To install `typescript-config-spirit` in your project, you will need to run the
following command using [Yarn][yarn]:
Expand Down
2 changes: 1 addition & 1 deletion packages/web-react/src/components/FileUploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ For example:
To limit files to 1 MiB, set `maxFileSize` to **1048576**.
To limit files to 10 MiB, set `maxFileSize` to **10485760**.

#### Kilo/Mega vs. Kibi/Mebi
#### Kilo/Mega vs Kibi/Mebi

In computing, file sizes can be measured using two different standards.
The **decimal** (base-10) and **binary** (base-2) systems.
Expand Down
2 changes: 2 additions & 0 deletions packages/web-react/src/components/Grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ These props control the placement of grid items within a CSS Grid layout by spec

<img src="https://raw.githubusercontent.com/lmc-eu/spirit-design-system/refs/heads/main/packages/web-react/src/components/Grid/static/GridExample.svg" alt="Grid example" width="400" />

<!--lint ignore no-emphasis-as-heading-->

_The image is taken from the [CSS Grid Layout Guide][css-tricks-grid]._

These props align with their respective CSS Grid properties, providing precise control over grid item placement. Learn more in the [MDN CSS Grid][grid-mdn] documentation.
Expand Down
2 changes: 2 additions & 0 deletions packages/web-twig/src/Resources/components/Grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ These props control the placement of grid items within a CSS Grid layout by spec

<img src="https://raw.githubusercontent.com/lmc-eu/spirit-design-system/refs/heads/main/packages/web-react/src/components/Grid/static/GridExample.svg" alt="Grid example" width="400" />

<!--lint ignore no-emphasis-as-heading-->

_The image is taken from the [CSS Grid Layout Guide][css-tricks-grid]._

These props align with their respective CSS Grid properties, providing precise control over grid item placement. Learn more in the [MDN CSS Grid][grid-mdn] documentation.
Expand Down

0 comments on commit f181f33

Please sign in to comment.