I read a tutorial here on adding a link to module title through Rokcandy. I want to add a bookmark to the module title instead. I tried modifying the code, but it seems rokcandy adds quotation around my bookmark variable. Can someone help me out on how to accomplish this?
Code I have:
Macro:[a name={bookmark}]{text}[/a]
HTML:<a class="rokcandy-link" name={bookmark} title="{text}">{text}</a>
Much thanks.