From Legacy Wiki
| Line 5: | Line 5: | ||
<img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg"> | <img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg"> | ||
| + | |||
| + | |||
| + | var Wiky = { | ||
| + | rules: { // wiki to html | ||
| + | pre: [], | ||
| + | post: [], | ||
| + | nonwikiblocks: [], | ||
| + | wikiblocks: [], | ||
| + | nonwikiinlines: [], | ||
| + | wikiinlines: [], | ||
| + | escapes: [], | ||
| + | shortcuts: [], | ||
| + | code: [], | ||
| + | lang: [], | ||
| + | }, | ||
| + | inverse: { // html to wiki | ||
| + | /* ... */ | ||
| + | } | ||
| + | }; | ||
Revision as of 20:47, 5 February 2009
Insert non-formatted text here
<img src="http://tbn0.google.com/images?q=tbn:eWicC5rSDLtyCM:http://jquery.com/demo/thickbox/images/plant4.jpg">
var Wiky = {
rules: { // wiki to html
pre: [],
post: [],
nonwikiblocks: [],
wikiblocks: [],
nonwikiinlines: [],
wikiinlines: [],
escapes: [],
shortcuts: [],
code: [],
lang: [],
},
inverse: { // html to wiki
/* ... */
}
};