Theme: Some alert blocks are missing styling #92

Closed
opened 2024-07-22 12:27:42 +02:00 by Pablo Vazquez · 1 comment

Since Gitea 1.22, there is support for alert blocks in markdown, but these are missing styling in our theme.

Alert Examples

> [!NOTE]
> Information note.

> [!TIP]
> Advice.

> [!IMPORTANT]
> Important stuff.

> [!WARNING]
> Warning alert.

> [!CAUTION]
> Danger alert.

Note

Information note.

Tip

Advice.

Important

Important stuff.

Warning

Warning alert.

Caution

Danger alert.

Since [Gitea 1.22](https://blog.gitea.com/release-of-1.22.0/#warning-changed-markdown-highlighting-syntax-29121), there is support for [alert blocks in markdown](https://github.com/go-gitea/gitea/pull/29121), but these are missing styling in our theme. ### Alert Examples ``` > [!NOTE] > Information note. > [!TIP] > Advice. > [!IMPORTANT] > Important stuff. > [!WARNING] > Warning alert. > [!CAUTION] > Danger alert. ``` > [!NOTE] > Information note. > [!TIP] > Advice. > [!IMPORTANT] > Important stuff. > [!WARNING] > Warning alert. > [!CAUTION] > Danger alert.
Pablo Vazquez added the
Type
Bug
label 2024-07-22 12:27:42 +02:00
Pablo Vazquez self-assigned this 2024-07-22 12:27:42 +02:00
Author
Owner

Fixed and deployed in gitea-custom.

Fixed and deployed in gitea-custom.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-projects-platform#92
No description provided.