Skip to content

ForceMentionsInContent: improve display of Markdown posts

Alex Gleason requested to merge mention-mrf-md into develop

Markdown posts are wrapped in <p> tags, causing the mentions to appear on a line above:

Screenshot_from_2022-01-27_14-16-30

Now we check if the content starts with <p>, and if so insert the mentions inside the first <p> tag.

Merge request reports