Git Product home page Git Product logo

Comments (7)

DavidAnson avatar DavidAnson commented on July 22, 2024

Your example does not produce a warning in the latest release of the library. Could you please double check you are in the latest CLI release?

https://dlaa.me/markdownlint/#%25m%23%20CLI%20345%0A%0Asrc_host%20%7C%20_string_%0A

from markdownlint-cli.

ansiblehamster avatar ansiblehamster commented on July 22, 2024

Interesting. I'm using the latest version of the Github super-linter. Apparently the super-linter is not using the latest version of markdownlint-cli.

from markdownlint-cli.

nschonni avatar nschonni commented on July 22, 2024

It is https://github.com/github/super-linter/blob/37b6ff9a3fe5e104bb33af6d200d7c20d77b5e47/dependencies/package.json#LL31C15-L31C15

from markdownlint-cli.

ansiblehamster avatar ansiblehamster commented on July 22, 2024

Maybe I'm launching it incorrectly:

$ sudo docker run -e RUN_LOCAL=true -e USE_FIND_ALGORITHM=true -v ./test/test.md:/tmp/lint/test.md github/super-linter

I get:

2022-12-20 20:28:52 [INFO] Linting [MARKDOWN] files... 2022-12-20 20:28:52 [INFO] ---------------------------------------------- 2022-12-20 20:28:52 [INFO] ---------------------------------------------- 2022-12-20 20:28:52 [INFO] --------------------------- 2022-12-20 20:28:52 [INFO] File:[/tmp/lint/test.md] 2022-12-20 20:28:52 [ERROR] Found errors in [markdownlint] linter! 2022-12-20 20:28:52 [ERROR] Error code: 1. Command output: ------ /tmp/lint/test.md:3:4 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "_host | _"] ------

test/test.md:

# [MyHeader]

src_host | string

from markdownlint-cli.

nschonni avatar nschonni commented on July 22, 2024

It's likely just something that is fixed in the library, but not released to CLI(s) yet.

from markdownlint-cli.

nschonni avatar nschonni commented on July 22, 2024

if you want to confirm it's not the superlinter, you can always run the plain cli npx markdownlint /tmp/lint/test.md

from markdownlint-cli.

ansiblehamster avatar ansiblehamster commented on July 22, 2024
$ sudo docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "test/test.md"

runs with no errors so something's up with the super-linter, I guess. I'll just ignore MD037 for now and check on it later.

Thanks.

from markdownlint-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.