After migrating from XenForo to Discourse

After migrating from XenForo to Discourse, two tags did not convert properly: [JUSTIFY][/JUSTIFY] and [HEADING=1][/HEADING]. Could you please advise how to remove these tags? Thank you.

1 Like

If I’m reading your question right, those text formatting strings appear in the body of imported topics because they didn’t convert to markdown, and you want to globally delete those strings.

If that’s correct, I think you’ll want to look at:

On the other hand, if you’re saying you somehow ended up with actual tags in Discourse that are named like [JUSTIFY][/JUSTIFY], then you can go to yourforum.com/tags and click on a bad tag, then use the wrench icon at the top of the page to edit or delete that tag.

image

1 Like

That’s exactly what I mean, thank you.