From: Marcel P. <me...@ne...> - 2014-12-22 17:41:18
|
Hello, for the last few days I was looking for documentation for python markdown and explanation for the different mechanisms of markdown parser. Unfortunately the information on pyhtonhosted.org was not helpful for me. In fact I am trying to use markdown for an app in which the user should be able to markup a text. This text should contain an additional tag for an image gallery like object. I want to transform it into proper html output. Furthermore I was trying to make an outline of the headline in the text input. Until now I haven't understood which "parts" of markdown I have to extend and how. Thank you in advance for your help and best regards Nerade |