Turn off hash tags

Is there any way to turn off hash tags? When I write something like " #5 in the country" in my comments it always changes it to a hash tag when I don't want it.

Comments

  • R_JR_J Admin
    edited May 2018

    Adding $Configuration['Garden']['Format']['Hashtags'] = false; to your /conf/config.php should stop formatting completely.
    If you still want hashtags, but only want to surpress that formatting from time to time, put a backslash before the whateveryoucallthatsign "\#5 in the country" => "#5 in the country"

  • edited May 2018

    thanks @R_J I will give that a try!

    edit: Worked like a charm! Thanks again.

Sign In or Register to comment.