summaryrefslogtreecommitdiff
path: root/artima
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-09-07 15:12:38 +0000
committermichele.simionato <devnull@localhost>2009-09-07 15:12:38 +0000
commitc36ebdaae8427624d714ca4880ac804e3b56c2f5 (patch)
tree6a8020822a5492821fa97b62de4eb96a4f2b51ef /artima
parenta5188019a7201046af584d94f290fd0fc4711932 (diff)
downloadmicheles-c36ebdaae8427624d714ca4880ac804e3b56c2f5.tar.gz
Fixed post.py
Diffstat (limited to 'artima')
-rw-r--r--artima/post.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/artima/post.py b/artima/post.py
index 1248316..23ad028 100644
--- a/artima/post.py
+++ b/artima/post.py
@@ -5,7 +5,7 @@ A script to post articles on my blog
import re, sys
from twill import commands as c
-IMAGE = re.compile('e::\s+([-+\w\.]+)') # figure/image
+IMAGE = re.compile('e:: ([-+\w\.]+)') # figure/image
def replace_image_links(txt):
"Remove code-block directives and relative images to make Artima happy"