https://github.com/plandes/markdown-link
Report missing on used and undefined markdown links
https://github.com/plandes/markdown-link
emacs emacs-lisp markdown url
Last synced: 8 months ago
JSON representation
Report missing on used and undefined markdown links
- Host: GitHub
- URL: https://github.com/plandes/markdown-link
- Owner: plandes
- License: gpl-2.0
- Created: 2022-06-13T16:25:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T16:57:23.000Z (about 2 years ago)
- Last Synced: 2025-01-02T04:14:38.583Z (9 months ago)
- Topics: emacs, emacs-lisp, markdown, url
- Language: Emacs Lisp
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Report missing on used and undefined markdown links
[![MELPA badge][melpa-badge]][melpa-link]
[![MELPA stable badge][melpa-stable-badge]][melpa-stable-link]
[![Build Status][build-badge]][build-link]This library reports on missing on used and undefined links in [markdown]
formatted files. It finds the following issues:* Bracketed references without links are provided without link definitions.
* Unused link definitions where links are defined but never used.
* Invalid link URLs.When the report is run with `markdown-link-report`, a compilation buffer is
created with each line an error/issue with the markdown document.## License
Copyright (c) 2023 Paul Landes
GNU Lesser General Public License, Version 2.0
[melpa-link]: https://melpa.org/#/markdown-link
[melpa-stable-link]: https://stable.melpa.org/#/markdown-link
[melpa-badge]: https://melpa.org/packages/markdown-link-badge.svg
[melpa-stable-badge]: https://stable.melpa.org/packages/markdown-link-badge.svg
[build-badge]: https://github.com/plandes/markdown-link/workflows/CI/badge.svg
[build-link]: https://github.com/plandes/markdown-link/actions[markdown]: https://en.wikipedia.org/wiki/Markdown