You can use the extra parameters to define behaviour yourself

``link.... http://....``:link_target_blank

extra = {'link_target_blank':lambda x: '<a href="%s" target="_blank">
%s</a>' % (x.rsplit(' ',1)[1],x.rsplit(' ',1)[0])

On Jul 29, 8:46 pm, Bruno Rocha <rochacbr...@gmail.com> wrote:
> Any way to define the target="_blank" for  [["a link"http://someurl.com]]
>
> any way like this: [["a link"http://someurl.com"_blank";]] ???
>
> --
>
> http://rochacbruno.com.br

Reply via email to