projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eb44f4d
)
Update markdown.py docstring
author
Petr Viktorin
<encukou@gmail.com>
Tue, 12 Apr 2011 08:10:36 +0000
(11:10 +0300)
committer
Petr Viktorin
<encukou@gmail.com>
Tue, 12 Apr 2011 08:10:36 +0000
(11:10 +0300)
pokedex/db/markdown.py
patch
|
blob
|
history
diff --git
a/pokedex/db/markdown.py
b/pokedex/db/markdown.py
index
c82ce68
..
1ad304c
100644
(file)
--- a/
pokedex/db/markdown.py
+++ b/
pokedex/db/markdown.py
@@
-5,8
+5,9
@@
The language used is a variation of Markdown and Markdown Extra. There are
docs for each at http://daringfireball.net/projects/markdown/ and
http://michelf.com/projects/php-markdown/extra/ respectively.
docs for each at http://daringfireball.net/projects/markdown/ and
http://michelf.com/projects/php-markdown/extra/ respectively.
-Pokédex links are represented with the extended syntax `[name]{type}`, e.g.,
-`[Eevee]{pokemon}`. The actual code that parses these is in spline-pokedex.
+Pokédex links are represented with the syntax `[text]{type:identifier}`, e.g.,
+`[Eevee]{pokemon:eevee}`. The actual code that parses these is in
+spline-pokedex.
"""
from __future__ import absolute_import
"""
from __future__ import absolute_import