Remove "You can use Simple Html in your post."
I recently updated to 2.2 and added the noticed in the reply box there is some text that says You can use Simple Html in your post. Which links to third party website. How can this be removed or changed to You can use Markdown in your post?
0
Comments
The message is dependent on the selection in conf/config.php.
If you want your users to be able to use markdown, edit the line to show
$Configuration['Garden']['InputFormatter'] = 'Markdown';
Perfect thank you.