From: <way...@ic...> - 2017-05-22 12:19:13
|
The backslash escape as documented on daringfireball is fully supported by default. Is there a specific input that is not working for you? Thanks, Waylan Limberg On May 22, 2017, 5:22 AM -0400, nusenu <nus...@ri...>, wrote: > Hi, > > as far as I have seen Python-Markdown does not offer an escape function > for input that should not be interpreted as Markdown. > Example: **foo** should be displayed as **foo** not <strong>foo... > > Do you know of a library that escapes input for use in Markdown? > **foo** -> \*\*foo\*\* > and all the other characters: > https://daringfireball.net/projects/markdown/syntax#backslash > + the pipe character "|" (tables). > > thanks, > nusenu > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss |