> I went ahead and [...] tweaked some of the formatters in WikiCreole
That's great - thanks!
I've updated the sample accordingly:
http://fnd.lewcid.org/tmp/Code_Illuminated/docs/foo.js
http://fnd.lewcid.org/tmp/Code_Illuminated/#docs/foo.js
> I think the script looks for the WikiCreole-style heading/bolding
Yep - was easy to fix though:
} else if (text.charAt(0) == "=" || text.charAt(0) == "*") {
vs.
} else if (text.charAt(0) == "!" || text.charAt(0) == "*") {
(that's on l. 104 of docs/docs.js)
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---