Hi There,
I just imported from MyBB to discourse. Old forum had many BBcode into it. During import I set the environment value INPUT=1
. Even after this the BBcode is not converted into Markdown. Please tell me how do I convert it into markdown.
My plan is to import into development install and than move to the production.
Markdown does not support text color. If you have just a few [color] tags, perhaps the best way is to replace/delete the string:
Want to replace a string in all the posts? Let’s do it!
Access your site
First connect to your Droplet via SSH, and enter the Docker container for your Discourse instances:
cd /var/discourse
./launcher enter app
WARNING
We strongly recommend you take a full backup before proceeding, and make sure your string replacement is specific enough to affect only the places you want it to. If this string replacement goes wrong, every post on your site will look broken!
Remap all posts cont…
If you want to style the text in markdown, see:
http://commonmark.org
2 Likes
Thanks @omarfilip
I have lots of these tags, is there any way to render these?
You could try the BBCode Color plugin:
3 Likes