I couldn't get the following to render properly:
[[Script DataTypes | Data Types]]
It should show a link to Script DataTypes, with the title Data Types, but instead I'm getting the DataTypes cammel case as a link and the rest rendered as text.
any ideas?
Comments
Comment #1
florisla commentedI think the 'alias' functionality is just not supported by freelinking.module at the moment...
So use either [[Script DataTypes]] or [[Data Types]].
Comment #2
florisla commentedOops... Just read in the forums that the alias functionality is in the latest CVS version of freelinking.module. Awesome!
http://drupal.org/node/20699
Comment #3
eafarris commentedYou can't use the double-square bracket and CamelCase filtering together at this time.
Comment #4
Grayside commentedMy testing with #128816: Problem when link target or title is also valid CamelCase says you now can. Marking this fixed, though it is probably a duplicate.