Skip to content

Commit

Permalink
Merge pull request #8 from labelle-org/fix-mdl-disable
Browse files Browse the repository at this point in the history
Fix malformed markdownlint disable commands in README
  • Loading branch information
maresb authored Apr 14, 2024
2 parents 2b4ec2c + 44552a7 commit b53f5ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
[![PyPI version](https://img.shields.io/pypi/v/labelle.svg)](https://pypi.org/project/labelle/)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/labelle-org/labelle/main.svg)](https://results.pre-commit.ci/latest/github/labelle-org/labelle/main)

{{< mdl-disable "<!-- markdownlint-disable MD033 -->" >}}
<!-- markdownlint-disable MD033 -->

<p align="center">
<img src="labelle.png" alt="logo" width="400"></img>
</p>

{{< mdl-enable "<!-- markdownlint-enable MD033 -->" >}}
<!-- markdownlint-enable MD033 -->

## Open-source label printing software

Expand Down Expand Up @@ -71,7 +71,7 @@ By default, users don't have permission to access generic USB devices, so you wi
need to add a rule. The first time you run `labelle`, it will give instructions
about how to do this:

{{< mdl-disable "<!-- markdownlint-disable MD013 -->" >}}
<!-- markdownlint-disable MD013 -->

```bash
$ labelle "Hello world"
Expand All @@ -82,7 +82,7 @@ You do not have sufficient access to the device. You probably want to add the a
...
```

{{< mdl-enable "<!-- markdownlint-enable MD013 -->" >}}
<!-- markdownlint-enable MD013 -->

## Testing experimental features

Expand Down Expand Up @@ -222,15 +222,15 @@ Example 3: barcode with text, text, image

The name "Labelle" is a multilingual pun by [@claui](https://github.com/computerlyrik/dymoprint/issues/114#issuecomment-1978982019).

{{< mdl-disable "<!-- markdownlint-disable MD013 -->" >}}
<!-- markdownlint-disable MD013 -->

| Language | Word/Interpretation | Meaning | Pronunciation (IPA) | Simplified Phonetic Spelling |
|----------|-----------------------|-------------------|---------------------|------------------------------|
| English | Label | A printed sticker | /ˈleɪbəl/ | LAY-buhl |
| French | La belle | The beautiful | /la bɛl/ | lah BEL |
| German | Libelle (sounds like) | Dragonfly | /liˈbɛlə/ | lee-BELL-uh |

{{< mdl-enable "<!-- markdownlint-enable MD013 -->" >}}
<!-- markdownlint-enable MD013 -->

## Disclaimers

Expand Down

0 comments on commit b53f5ad

Please sign in to comment.