From: Yuri T. <qar...@gm...> - 2010-02-17 18:44:24
|
> However it gets more complex with other HTML elements such as lists, > headers etc. > > Do you have any idea on how I could implement such a syntax? I'll be happy to offer suggestions on the implementation, but right now I am not quite sure what you want to achieve. What do you want your output to look like? Do you want the parser to insert divs based on where it finds §s? What do you _want_ it to do with lists, etc? In particular, do you see §s as separators breaking up your input into chunks, or do you see them as labels that get attached to natural HTML units (paragraphs, list items, etc.) marking them as commentable? - yuri |