Skip to content

Commit

Permalink
Fixed inconsistency in showLinkLocation example in Basic Plugin Creat…
Browse files Browse the repository at this point in the history
…ion article. Fixes #307.

showLinkLocation example function suggested link would be shown in parentheses, example output used square brackets.
  • Loading branch information
douglascalhoun authored and ajpiano committed Mar 14, 2013
1 parent 654e3ea commit 560b420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/plugins/basic-plugin-creation.md
Expand Up @@ -199,7 +199,7 @@ href attribute in brackets.
<a href="page.html">Foo</a>
<!-- After plugin is called: -->
<a href="page.html">Foo [page.html]</a>
<a href="page.html">Foo (page.html)</a>
```

Our plugin can be optimized though:
Expand Down

0 comments on commit 560b420

Please sign in to comment.