mlc 1.2.0

The markup link checker (mlc) checks for broken links in markup files.
Documentation
[this is a link](./script_and_comments.md)

``` js
[this is not a link](./nowhere)
```

[this is a link](./script_and_comments.md)

also not a link `[this is not a link](./nowhere)`

```
[this is not a link](./nowhere)
```

[this is a link](./script_and_comments.md)

<script type="text/javascript">
[this is not a link](./nowhere)
</script>


[this is a link](./script_and_comments.md)

<!-- commented
[this is not a link](./nowhere)
-->


<!-- commented [this is not a link](./nowhere)-->


[this is a link](./script_and_comments.md)