hedgedoc / react-client

The frontend of the upcoming version 2.0
https://hedgedoc.dev
GNU Affero General Public License v3.0
104 stars 13 forks source link

Distinguish alert boxes from system alerts #1783

Closed DerMolly closed 1 year ago

DerMolly commented 2 years ago

Which part of the project should be enhanced? markdown rendering

Is your enhancement request related to a problem? Please describe. Currently when the plantuml server is not configured / 'sequence' as a code block language is used we show an bootstrap alert. This can easily be 'faked' with

:::warning
:::

Describe the solution you'd like Implemenet a more custom alert design. We could use a the HedgeDoc logo here.

DerMolly commented 1 year ago

This is not relevant anymore as there is hedgedoc/hedgedoc#2944 and the sequence diagram uses a codemirror linter now…