projects
/
geekigeeki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ba845
)
Allow <a> and <textarea> tags passthrough
author
Bernie Innocenti
<bernie@codewiz.org>
Thu, 11 Dec 2008 02:50:44 +0000
(
03:50
+0100)
committer
Bernie Innocenti
<bernie@codewiz.org>
Thu, 11 Dec 2008 02:50:44 +0000
(
03:50
+0100)
geekigeeki.py
patch
|
blob
|
history
diff --git
a/geekigeeki.py
b/geekigeeki.py
index 2e2ef72160395e00d6ea40566c882ecf1d2762fd..4e9e788e63a19f7c9520aa52b248dc9bc8fd7b72 100755
(executable)
--- a/
geekigeeki.py
+++ b/
geekigeeki.py
@@
-515,7
+515,7
@@
class WikiFormatter:
+ r"|(?P<hurl>\[\[([^\s\|]+)(?:\s*\|\s*([^\]]+)|)\]\])"
# Inline HTML
- + r"|(?P<html><(/|)(br|hr|div|
form|iframe|input|span
))"
+ + r"|(?P<html><(/|)(br|hr|div|
span|form|iframe|input|textarea|a
))"
+ r"|(?P<ent>[<>&])"
# Auto links (LEGACY)