I am trying to use WikklyText in drupal (version 1.6.0).
It seems to work because I have some rendering.
The Input Format only contains the "WikklyText, Restricted Mode" filter.
But it gives a strange result, or I misunderstand it.
I can not get CamelWords to work.
If I place something on the next line, it does not become a linebreak
in the result.
Please enlighten me a bit.
For Example, what is the wikklytext code of a page like
http://wikklytext.com/pages/ConversionDemo ?
This is my Code:
--
here is ''bold'' text
IsThisALink
[[HelloPage|#HelloPage]]
abcde
[[#HelloPage]]
abc
--
And this is the result
http://img814.imageshack.us/img814/4228/wikitest.png
What am I doing wrong?