mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
This example from
|
|
<http://orestis.gr/en/blog/2007/05/28/python-markdown-problems/>:
|
|
|
|
[![the google logo][logo]][google]
|
|
[logo]: http://www.google.com/images/logo.gif
|
|
[google]: http://www.google.com/ "click to visit Google.com"
|
|
|