Skip to content

Commit 29c3deb

Browse files
hannesktTopvennie
authored andcommitted
fix: change the wording in the mattermost markdown info box
1 parent 2734988 commit 29c3deb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ui/src/components/announcements/AnnouncementForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ export function AnnouncementForm({ announcement, defaultEvents, onSubmit }: Prop
106106
</PageHeader>
107107
<div className="border border-orange-500 rounded-lg whitespace-pre p-8">
108108
{`Mattermost supports only a small subset of markdown features.\nThe preview you see does not necessarily reflect what mattermost will render.\nYou can find `}
109+
{`a list of supported features `}
109110
<a href="https://mattermost.com/blog/laymans-guide-to-markdown-on-mattermost/" target="_blank" rel="noopener noreferrer" className="cursor-pointer underline underline-offset-4 decoration-orange-500 hover:no-underline">here</a>
110-
{` a list of supported features.`}
111+
{`.`}
111112
</div>
112113
<form className="space-y-4" onSubmit={(e) => {
113114
e.preventDefault();

0 commit comments

Comments
 (0)