Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.