Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzo-stoakes/mark
markdown analysis tool
https://github.com/lorenzo-stoakes/mark
Last synced: about 1 month ago
JSON representation
markdown analysis tool
- Host: GitHub
- URL: https://github.com/lorenzo-stoakes/mark
- Owner: lorenzo-stoakes
- License: mit
- Created: 2016-06-12T20:38:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T09:22:20.000Z (over 8 years ago)
- Last Synced: 2024-08-01T21:46:33.879Z (4 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - lorenzo-stoakes/mark - markdown analysis tool (Go)
README
# mark
Mark is a tool which detects duplicate, missing and unused references in
markdown files.## Installation
```
go get github.com/lorenzo-stoakes/mark/...
```## Usage
```
$ mark <--fix> [markdown files...]
```The tool outputs duplicates/missing references if they exist, otherwise it
outputs nothing.If any of the specified files have duplicate or missing entries, or if an error
occurs, the tool exits with status code 1.If the `--fix` flag is specified, then all unused and duplicate references will
be removed.