From: Daniel M. <dm...@am...> - 2016-05-19 14:32:34
|
I'm new to both Python and Python-Markdown - so if I express myself poorly I apologize. I asked a previous question - which was probably the wrong one. So I'll try this way. Given some Markdown source, where a delimited string appears, I want to strip those delimiters and leave the text exactly where it is - AND create a new <span> element that should be inserted into the tree before the enclosing paragraph. Looking at examples for inlinepatterns I don't see how to do that. -- Daniel |