diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index ba5dc20d..54a2067a 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -30,6 +30,7 @@ MD026: MD029: false # Ordered list item prefix MD033: false # Allow inline HTML MD036: false # Emphasis used instead of a heading +MD041: false # Allow file to start without h1 ################# # Rules by tags # diff --git a/electron-react/src/components/card/Readme.md b/electron-react/src/components/card/Readme.md index 8eb23d95..cf9d96c5 100644 --- a/electron-react/src/components/card/Readme.md +++ b/electron-react/src/components/card/Readme.md @@ -4,9 +4,9 @@ Card with Icon & Button: import FarmIcon from "../../assets/img/noun_Farm.svg"; import Link from '@material-ui/core/Link'; - {console.log("Add a Plot!")}} + {console.log("Add a Plot!")}} iconSrc={FarmIcon} > Farmers earn block rewards and transaction fees by committing spare space to the network to help secure transactions. This is where your farm will be once you add a plot. Learn more @@ -18,9 +18,9 @@ Card with only Button: ```jsx import Link from '@material-ui/core/Link'; - {console.log("Add a Plot!")}} + {console.log("Add a Plot!")}} > Farmers earn block rewards and transaction fees by committing spare space to the network to help secure transactions. This is where your farm will be once you add a plot. Learn more @@ -32,7 +32,7 @@ Card with only Icon: import FarmIcon from "../../assets/img/noun_Farm.svg"; import Link from '@material-ui/core/Link'; - Farmers earn block rewards and transaction fees by committing spare space to the network to help secure transactions. This is where your farm will be once you add a plot. Learn more diff --git a/electron-react/src/components/table/Readme.md b/electron-react/src/components/table/Readme.md index dc66adbc..83228aa8 100644 --- a/electron-react/src/components/table/Readme.md +++ b/electron-react/src/components/table/Readme.md @@ -1,7 +1,7 @@ Single-Row Table: ```jsx - @@ -10,7 +10,7 @@ Single-Row Table: Multi-Row Table: ```jsx -
-``` \ No newline at end of file +```