Is there a "standard" algorithm for parsing a mark-up language? I have a <I>very</I> simple markup language that I am tring to parse for use in a project I am working on. The ML only has a few valid ...
Since I've gotten into editing a wiki I'm working on, I've really gotten into writing with a simple markup language instead of a wysiwyg text editor. The only problem is that most simple markup ...