Updated the ReST documentation.
This commit is contained in:
parent
d30a79386f
commit
cc12dc36fa
34 changed files with 935 additions and 759 deletions
|
|
@ -290,9 +290,9 @@ def GoogleCode_PrettyLink(wikifier, lookaheadRegExp=None, **kwargs):
|
|||
lookMatch = lookaheadRegExp.search(wikifier.source, wikifier.matchStart)
|
||||
if lookMatch and lookMatch.start() == wikifier.matchStart:
|
||||
text = lookMatch.group(1)
|
||||
link = text
|
||||
if lookMatch.group(2):
|
||||
# Pretty bracketted link
|
||||
link = text
|
||||
text = lookMatch.group(2)
|
||||
if GoogleCode_IsExternalLink(wikifier, link):
|
||||
# External link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue