Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 23, 2024
1 parent 501726b commit 05bcf76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Manual for using the Vevor vinyl cutter to create a T-shirt:

## Files used by continuous integration scripts

<!-- markdownlint-disable MD013 --><!-- Some unavoidable long lines -->
<!-- markdownlint-disable MD013 --><!-- Tables cannot be split up over lines, hence will break 80 characters per line -->

Filename |Descriptions
--------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions docs/steps/install_inkcut_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ and
~/inkcut_venv/bin/pip install inkcut
```

<!-- markdownlint-disable MD013 --><!-- Text is shown as-is, hence will break 80 characters per line -->

```bash
richel@richel-N141CU:~/GitHubs/loerdagskurser/misc/vinyl_cutter$ ~/inkcut_venv/bin/pip install inkcut
Collecting inkcut
Expand Down Expand Up @@ -273,6 +275,9 @@ Successfully installed asttokens-2.4.1 atom-0.10.5 attrs-24.2.0 automat-24.8.1 b
richel@richel-N141CU:~/GitHubs/loerdagskurser/misc/vinyl_cutter$
```

<!-- markdownlint-enable MD013 -->


Works!

Starting it:
Expand Down Expand Up @@ -366,6 +371,8 @@ Starting `inkcut` with:
And it starts:
<!-- markdownlint-disable MD013 --><!-- Text is shown as-is, hence may break 80 characters per line -->
```bash
richel@richel-N141CU:~/GitHubs/loerdagskurser/misc/vinyl_cutter$ ~/inkcut_venv/bin/inkcut
Logging to /home/richel/.config/inkcut/logs/inkcut.txt
Expand Down Expand Up @@ -424,4 +431,7 @@ Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland
2024-08-22 20:47:41,408 | DEBUG | asyncio | Using selector: EpollSelector
```
<!-- markdownlint-enabled MD013 -->
![inkcut in action](start_inkcut.png)

0 comments on commit 05bcf76

Please sign in to comment.