I would like to use showdown to convert small markdown strings and I would like to remove single surrounding paragraph tags.
Currently I use a regexp to achieve this but I wondering if there is a more elegant way to do this.
Is your extension mechanism suitable for it ?
Thanks.