Prevent markdown rendering in post title and topic fields #51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
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
**bold text**.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.
@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.