Skip to content

Commit

Permalink
Add list of related tools to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 18, 2015
1 parent ad6df51 commit 50f350b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ a powerful markdown processor powered by [plugins](https://github.com/wooorm/mda
* [Configuring mdast-lint](#configuring-mdast-lint)
* [Using mdast to fix your markdown](#using-mdast-to-fix-your-markdown)
* [Editor Integrations](#editor-integrations)
* [Related](#related)
* [License](#license)

## Installation
Expand All @@ -37,7 +38,7 @@ CommonJS, and globals.

## Command line

![Example how mdast-lint looks on screen](https://cdn.rawgit.com/wooorm/mdast-lint/master/screen-shot.png)
![Example of how mdast-lint looks on screen](https://cdn.rawgit.com/wooorm/mdast-lint/master/screen-shot.png)

Use mdast-lint together with mdast:

Expand Down Expand Up @@ -159,6 +160,11 @@ Currently, **mdast-lint** is integrated with Atom through [**leipert/linter-mark

I’m very interested in more integrations. Let me know if I can help.

## Related

* [`mdast-validate-links`](https://github.com/wooorm/mdast-validate-links)
— Validate if links point to existing headings and files in markdown.

## License

[MIT](LICENSE) © [Titus Wormer](http://wooorm.com)

0 comments on commit 50f350b

Please sign in to comment.