Re: Markdown support

2017-11-19 Thread Dirk Frederickx
Hi Juan, Wow ! It seems there are much more aspects to it then simple parsing/rendering :-) Concerning the TOC plugin, the current generated HTML always looked funny to me. (i.e. a flat list of items, versus a regular nested UL/LI tree) We'd probably should improve the current TOC plugin to

Re: Markdown support

2017-11-19 Thread Juan Pablo Santos Rodríguez
Hi Dirk, I got the same reaction when began to work on the markdown extension, I was expecting it would take a lot less code. I'll take a look to the markdown behaviour this week to see how it looks like. Couple of questions in the meantime O:-) - would it be possible to set markdown as the only m

Re: Markdown support

2017-11-19 Thread Dirk Frederickx
Hi Juan, - would it be possible to set markdown as the only markup? so you don't have to wrap with %%(%)markdown (I'm thinking on a do-nothing-parser-and-renderer, so it all gets done in the browser) >> I've been thinking about that also. >> One option could be to define a new UserPreference or j