Skip to content

Commit

Permalink
Merge pull request #69 from 3mdeb/dasharo_tos
Browse files Browse the repository at this point in the history
pre-commit/markdown rules update and ahrefs errors
  • Loading branch information
artur-rs authored Aug 11, 2023
2 parents a5c4b53 + dbb6c27 commit 48425cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .markdown.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
# MD013/line-length - Line length
MD013:
# Number of characters for code blocks
code_block_line_length: 400
tables: false

# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
MD041:
# Heading level
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ repos:
rev: v0.34.0
hooks:
- id: markdownlint
args: [-c.markdown.yaml]
- id: markdownlint-fix
args: [-c.markdown.yaml]

- repo: https://github.com/talos-systems/conform
rev: v0.1.0-alpha.27
Expand All @@ -35,6 +37,10 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
args: [
-L,
'regon'
]

- repo: local
hooks:
Expand Down
6 changes: 2 additions & 4 deletions content/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ heading 6.

### Emphasis

The emphasis, aka italics, with *asterisks* or *underscores*.

Strong emphasis, aka bold, with **asterisks** or **underscores**.

The combined emphasis with **asterisks and *underscores***.
The combined emphasis with **asterisks and _underscores_**.

Strike through uses two tildes. ~~Scratch this.~~

Expand Down Expand Up @@ -194,7 +192,7 @@ raw Markdown line up prettily. You can also use inline Markdown.

Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
_Still_ | `renders` | **nicely**
1 | 2 | 3

### Image
Expand Down
4 changes: 1 addition & 3 deletions content/open-source-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ open_source_hardware_features:
This is like a recipe. If you can cook it by yourself – fair enough. But keep in mind, that we are professional and dedicated chefs. Consider being our customer as visiting a good restaurant.
In our **[shop](https://shop.3mdeb.com/shop)** we offer some open source hardware products assembled by us or like **[RTE](https://shop.3mdeb.com/shop/product/rte/)** or **[TMP2 modules](https://shop.3mdeb.com/shop/product/tpm2/)** designed by us. Other examples of Open Hardware we support are **[MuxPi](https://shop.3mdeb.com/shop/product/muxpi/)**.
In our **[shop](https://shop.3mdeb.com/shop)** we offer some open source hardware products assembled by us or like **[RTE](https://shop.3mdeb.com/shop/product/rte/)** or **[TMP2 modules](https://shop.3mdeb.com/shop/product/tpm2/)** designed by us.
- image: "images/open-source-hardware/OpenVizsla-usb2.0-analyzer.png"
content: |
Expand Down Expand Up @@ -147,8 +147,6 @@ products:
Countless ports are waiting for you, Cyber Sailor!
{{< button label="CHECK AVAILABILITY" link="https://shop.3mdeb.com/shop/product/muxpi" >}}
- title: "OpenVizsla"
product_image: "images/open-source-hardware/OpenVizsla-usb2.0-analyzer.png"
product_description:
Expand Down

0 comments on commit 48425cd

Please sign in to comment.