enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

opentip.org website demos not working #95

Closed dorseyjon closed 10 years ago

dorseyjon commented 10 years ago

The demos on opentip.org appear to be down - I saw a stack trace error in Firebug involving a CDATA tag, although I'm not sure that's the cause... I'm evaluating Opentip for a commercial project I'm working on, and so far have been unable to get it working in my own development environment, and can't seem to view demos of them either - not sure what's going on. Thought I'd post an issue just in case it hasn't been noticed yet.

enyo commented 10 years ago

Thanks. It's because GitHub released a new version of Maruku (the markdown parser) which had an error in it. (Wrapped every script in <![CDATA[ comments, although it's not XHTML).

I switched to kramdown as a compiler now.