mirror of
https://github.com/evroon/bracket.git
synced 2026-04-23 00:36:58 -04:00
Bumps [markdownlint-rule-relative-links](https://github.com/theoludwig/markdownlint-rule-relative-links) from 2.1.1 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/theoludwig/markdownlint-rule-relative-links/releases">markdownlint-rule-relative-links's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h2><a href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.3.2...v3.0.0">3.0.0</a> (2024-05-27)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Heading fragments is now Case sensitive. For example "#ExistIng-Heading" is invalid as it should be "#existing-heading".</li> </ul> <h3>Features</h3> <ul> <li>stricter validation of heading fragments by being Case sensitive (<a href="85f465306f">85f4653</a>), closes <a href="https://redirect.github.com/theoludwig/markdownlint-rule-relative-links/issues/8">#8</a></li> <li>support columns numbers (and line range) in links fragments (<a href="450cdb84f0">450cdb8</a>), closes <a href="https://redirect.github.com/theoludwig/markdownlint-rule-relative-links/issues/7">#7</a></li> </ul> <h2>v2.3.2</h2> <h2><a href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.3.1...v2.3.2">2.3.2</a> (2024-04-06)</h2> <h3>Bug Fixes</h3> <ul> <li>update markdown-it to v14.1.0 (<a href="9675c7a275">9675c7a</a>)</li> </ul> <h2>v2.3.1</h2> <h2><a href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.3.0...v2.3.1">2.3.1</a> (2024-01-31)</h2> <h3>Bug Fixes</h3> <ul> <li>link fragment with accents (e.g: "é") should be valid if the heading exists (<a href="5af131b840">5af131b</a>)</li> </ul> <h2>v2.3.0</h2> <h2><a href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.2.0...v2.3.0">2.3.0</a> (2024-01-31)</h2> <h3>Features</h3> <ul> <li>support line number checking in link fragment (e.g: '#L50') (<a href="f332c833ca">f332c83</a>), <a href="https://redirect.github.com/theoludwig/markdownlint-rule-relative-links/issues/6">#6</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>should only check valid fragments in markdown (.md) files (<a href="e20ee54b05">e20ee54</a>)</li> </ul> <h2>v2.2.0</h2> <h2><a href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.1.3...v2.2.0">2.2.0</a> (2024-01-12)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="85f465306f"><code>85f4653</code></a> feat: stricter validation of heading fragments by being Case sensitive</li> <li><a href="450cdb84f0"><code>450cdb8</code></a> feat: support columns numbers (and line range) in links fragments</li> <li><a href="2df95e97d8"><code>2df95e9</code></a> build(deps): update latest</li> <li><a href="bf9403ad84"><code>bf9403a</code></a> style: fix prettier</li> <li><a href="9675c7a275"><code>9675c7a</code></a> fix: update markdown-it to v14.1.0</li> <li><a href="5af131b840"><code>5af131b</code></a> fix: link fragment with accents should be valid if the heading exists</li> <li><a href="f332c833ca"><code>f332c83</code></a> feat: support line number checking in link fragment (e.g: '#L50')</li> <li><a href="e20ee54b05"><code>e20ee54</code></a> fix: should only check valid fragments in markdown (.md) files</li> <li><a href="5c39afbe20"><code>5c39afb</code></a> refactor: simplify logic understanding</li> <li><a href="cc9a1cf6a2"><code>cc9a1cf</code></a> chore: cleaner configs</li> <li>Additional commits viewable in <a href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.1.1...v3.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
yarn
Local Development
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build directory and can be served using any static
contents hosting service.
Deployment
Using SSH:
USE_SSH=true yarn deploy
Not using SSH:
GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and
push to the gh-pages branch.