|
From: <way...@ic...> - 2017-05-22 16:20:51
|
No, I am not aware of any such function. I've never seen on (that I recall) and never had a need or request for one either. There is certainly no such function in Python-Markdown.
Thanks,
Waylan Limberg
On May 22, 2017, 8:44 AM -0400, nusenu <nus...@ri...>, wrote:
>
>
> way...@ic...:
> > The backslash escape as documented on daringfireball is fully supported by default. Is there a specific input that is not working for you?
>
> maybe my question was not clear.
>
> I'll try again:
>
> print escape_md('**foo**')
> \*\*foo\*\*
>
> I'm looking for _that_ "escape_md()" function.
>
> Is there one in Python-Markdown? Do you know one elsewhere?
>
> thanks,
> nusenu
>
|