Skip to content
Prev 49006 / 63424 Next

r wiki

On 09/09/2014, 2:45 AM, Philippe Grosjean wrote:
It's often not hard to write a simple parser for markup languages like
this, and then you can parse the original and rewrite the equivalent new
markup.  If the markup is only a "little bit" different than Markdown,
you can ignore all the similar bits, and only worry about parsing the
different parts.  (And if the parsing isn't perfect, it may be that
manual tweaking isn't so hard.)

Of course, you did also say something about being "very busy with exams
+ Master and PhD theses", so now might not be the time...

Duncan