Skip to content

Commit c1974e2

Browse files
committed
2 parents e04d0f6 + f444a80 commit c1974e2

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Enhancements
66

77
- Updated Traditional Chinese translation (#5250)
8+
- Add built-in support for jekyll-gfm-admonitions (#5312)
89

910
## [4.27.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3)
1011

_sass/minimal-mistakes/_notices.scss

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,36 +74,42 @@
7474

7575
/* Default notice */
7676

77-
.notice {
77+
.notice,
78+
.markdown-alert {
7879
@include notice($light-gray);
7980
}
8081

8182
/* Primary notice */
8283

83-
.notice--primary {
84+
.notice--primary,
85+
.markdown-alert-important {
8486
@include notice($primary-color);
8587
}
8688

8789
/* Info notice */
8890

89-
.notice--info {
91+
.notice--info,
92+
.markdown-alert-note {
9093
@include notice($info-color);
9194
}
9295

9396
/* Warning notice */
9497

95-
.notice--warning {
98+
.notice--warning,
99+
.markdown-alert-warning {
96100
@include notice($warning-color);
97101
}
98102

99103
/* Success notice */
100104

101-
.notice--success {
105+
.notice--success,
106+
.markdown-alert-tip {
102107
@include notice($success-color);
103108
}
104109

105110
/* Danger notice */
106111

107-
.notice--danger {
112+
.notice--danger,
113+
.markdown-alert-caution {
108114
@include notice($danger-color);
109115
}

docs/_docs/18-history.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
55
excerpt: Change log of enhancements and bug fixes made to the theme.
66
sidebar:
77
nav: docs
8-
last_modified_at: '2025-07-29T13:13:14+08:00'
8+
last_modified_at: '2025-08-31T11:43:03+08:00'
99
toc: false
1010
---
1111

@@ -20,6 +20,7 @@ toc: false
2020
### Enhancements
2121

2222
- Updated Traditional Chinese translation [#5250](https://github.com/mmistakes/minimal-mistakes/issues/5250)
23+
- Add built-in support for jekyll-gfm-admonitions [#5312](https://github.com/mmistakes/minimal-mistakes/issues/5312)
2324

2425
## [4.27.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3)
2526

0 commit comments

Comments
 (0)