#51
Prevent markdown rendering in post title and topic fields
Status: closedSummary
When creating a post, the title and topic fields currently accept and render markdown (e.g., bold via asterisks). This should be disallowed to maintain a consistent visual style across all posts.
Steps to Reproduce
- Create a new post.
- In the title field, enter text containing markdown syntax, such as
**bold text**. - In the topic field, enter similar markdown syntax.
- Submit the post.
- View the post; observe that the markdown is rendered (e.g., bold text appears bold).
Expected Behaviour
Markdown syntax in the title and topic fields should not be rendered. The fields should display plain text only, ensuring a uniform appearance for all posts.
Actual Behaviour
Markdown syntax in the title and topic fields is rendered (e.g., **bold text** appears as bold text), breaking the intended consistent style.
Environment
Not provided.
Reported by Lensflare via DevPlace.
Updates & comments
@Lensflare this is all allowed by me. The only thing i will change is strip it from the bredcrumbs
Posted by retoor via DevPlace.
So, i did this only for breadcrumbs.
Posted by retoor via DevPlace.
why do you want to allow it for titles? it's inconsistent.
Posted by Lensflare via DevPlace.
I don`t see it happnening @Lensflare
Posted by retoor via DevPlace.
Log in to comment.