Skip to content

Commit 6cc3bac

Browse files
committed
Update CHANGELOG.md
1 parent fa46c5c commit 6cc3bac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#### 0.13.0
55

66
**Important changes**:
7-
* __Remove__ deprecated annotations [http://apidocjs.com/deprecated.html].
8-
* __Replace__ markdown parser (markdown-it)[https://github.com/markdown-it/markdown-it].
7+
* __Remove__ deprecated annotations (http://apidocjs.com/deprecated.html).
8+
* __Replace__ markdown parser [markdown-it][https://github.com/markdown-it/markdown-it).
99

1010
* CLI
1111
* Add path to config file (with `-c`).
1212
* Add multiple input locations (with `-i`).
13-
* Remove markdown config parameters, for custom configurations view [MARKDOWN.md].
13+
* Remove markdown config parameters, for custom configurations view [MARKDOWN.md](https://github.com/apidoc/apidoc/blob/master/MARKDOWN.md).
1414
* Disable warning if packageJson.apidoc was defined.
1515
* Add litcoffee and scala file extension.
1616

@@ -20,9 +20,9 @@
2020
* Add Brazilian, French, Polish and Russian translation files.
2121

2222
* Parser
23-
* Remove deprecated annotations [http://apidocjs.com/deprecated.html].
24-
* Replace markdown parser with (markdown-it)[https://github.com/markdown-it/markdown-it].
25-
* Add custom markdown parser support, view [MARKDOWN.md] for details.
23+
* Remove deprecated annotations (http://apidocjs.com/deprecated.html).
24+
* Replace markdown parser with [markdown-it](https://github.com/markdown-it/markdown-it).
25+
* Add custom markdown parser support, view [MARKDOWN.md](https://github.com/apidoc/apidoc/blob/master/MARKDOWN.md) for details.
2626
* Add support for markdown in the type section. Example: `@apiParam {(CustomType)[http://...link-to-description.html]}`
2727

2828

0 commit comments

Comments
 (0)