Re: [t2t] Issue 52 in txt2tags: better image support

2010-08-25 Thread txt2tags
Comment #1 on issue 52 by eforgeot: better image support http://code.google.com/p/txt2tags/issues/detail?id=52 what do you think of this? It works fine for me: %!preproc(xhtml): '\[http:\/\/([^ ].*?).png\]' '@@HOTLINK@@\1.png@@' %!postproc(xhtml): '@@HOTLINK@@([^ ].*?).png@@' 'img align=middle

Re: [t2t] Issue 52 in txt2tags: better image support

2010-08-25 Thread txt2tags
Comment #2 on issue 52 by eforgeot: better image support http://code.google.com/p/txt2tags/issues/detail?id=52 correction: the second part should be: %!preproc(xhtml): '\[http:\/\/([^ ].*?).jpg\]' '@@HOTLINK@@\1.jpg@@' %!postproc(xhtml): '@@HOTLINK@@([^ ].*?).jpg@@' 'img align=middle