Skip to content

fix(markdown-links): Allowing for escaped square brackets in markdown links #32

fix(markdown-links): Allowing for escaped square brackets in markdown links

fix(markdown-links): Allowing for escaped square brackets in markdown links #32

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run tests
run: yarn test