edit in place - splitting a markdown text according to headers

2011-08-03 Thread Alexandre Leray
Hi, I'd like to implement an edit-in-place functionnality for a (python) markdown-based wiki. Does anyone know how I could proceed? I was thinking I could split the markdown file according to h1 headers... Thanks, Alex ___ Markdown-Discuss mailing

Re: edit in place - splitting a markdown text according to headers

2011-08-03 Thread Waylan Limberg
On Wed, Aug 3, 2011 at 6:15 PM, Alexandre Leray newslett...@alexandreleray.com wrote: Hi, I'd like to implement an edit-in-place functionnality for a (python) markdown-based wiki. Does anyone know how I could proceed? I was thinking I could split the markdown file according to h1 headers...