mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Update markdown.py docstring
This commit is contained in:
parent
77693e4dae
commit
695347bcff
1 changed files with 3 additions and 2 deletions
|
@ -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
|
docs for each at http://daringfireball.net/projects/markdown/ and
|
||||||
http://michelf.com/projects/php-markdown/extra/ respectively.
|
http://michelf.com/projects/php-markdown/extra/ respectively.
|
||||||
|
|
||||||
Pokédex links are represented with the extended syntax `[name]{type}`, e.g.,
|
Pokédex links are represented with the syntax `[text]{type:identifier}`, e.g.,
|
||||||
`[Eevee]{pokemon}`. The actual code that parses these is in spline-pokedex.
|
`[Eevee]{pokemon:eevee}`. The actual code that parses these is in
|
||||||
|
spline-pokedex.
|
||||||
"""
|
"""
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue