iterative / link-check

A Node-based tool to verify if links are alive. Built to be used anywhere!
4 stars 4 forks source link

Allow single new line for link with : #29

Closed yathomasi closed 2 years ago

yathomasi commented 2 years ago

Updated regex to allow only a single new line to support

[config composition]:
  https://hydra.cc/docs/tutorials/basic/your_first_app/composition/

but it will skip if there are multiple new lines eg:

[defaults list]:

```yaml

Test: I added the following snippet and ran the tests. It looks fine.

this is a test [ref]:

https://www.ref.com/
Screen Shot 2022-10-13 at 15 52 26

Fixes #28

jorgeorpinel commented 2 years ago

Will merging this automatically propagate to the actual action used in our checks?

yathomasi commented 2 years ago

Will merging this automatically propagate to the actual action used in our checks?

We are using the version so need to bump the version. It will be picked up by Renovate and PR will be created on the main branch.

To get it faster to the PR we want, we can bump the version there. I can help with all.

yathomasi commented 2 years ago

It looks like we don't have an npm publish setup on this repo. I think we can have a similar setup as we have now for gatsby-theme-iterative. cc: @rogermparent

jorgeorpinel commented 2 years ago

No worries it's not that critical. Appreciate the quick help regardless