Ticket #30 (closed defect: fixed)
wiki: AboutMarkdown page shows incorrect inline link syntax
| Reported by: | pmocek-wiki-comment-deveiate-20051013@… | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | Milestone: | Markdown 1.0.1 |
| Component: | MarkdownSyntax | Version: | 1.0.0 |
| Severity: | trivial | Keywords: | wiki documentation markdown syntax link quote parenthesis |
| Cc: |
Description
On the BlueCloth wiki AboutMarkdown page, the sample Markdown source includes an inline link for which the title is inclosed in parenthesis (instead of single or double quotes as described at http://daringfireball.net/projects/markdown/syntax#link).
i.e., this:
[1]: http://www.azureva.com/gb/italie/mags/grand-canal.php3
(Venice: The Grand Canal)
should be this:
[1]: http://www.azureva.com/gb/italie/mags/grand-canal.php3
"Venice: The Grand Canal"
or this:
[1]: http://www.azureva.com/gb/italie/mags/grand-canal.php3
'Venice: The Grand Canal'
Change History
Note: See
TracTickets for help on using
tickets.
