Raneto
Raneto copied to clipboard
Words being auto formatted for panel headings
Is there a way to turn this functionality off? Whenever I write words like iOS, it auto formats it to I OS. I'm imagining it is happening because capitalized letter starts a new word. I thought it might be the small-caps, but the functionality is still there.
Where is this happening so I can look into it? In the online editor, or does it misinterpret your filenames?
Hi @ayushpokh,
Are you able to provide more details on the issue you're experiencing? I'm not sure where in Raneto the auto-format is happening and will need you help to recreate the situation so we can make a fix.
Will close in 2 weeks if I don't hear back.
This sounds similar to our issue where our company name, hearTV, is being rendered as "Hear TV" in category headings. This seems to be related to https://github.com/gilbitron/Raneto/issues/66.
I think this is being caused by the dasherize
function being called in the core:
https://github.com/gilbitron/Raneto-Core/blob/master/lib/raneto.js#L47
Thanks @namannik for the additional information