File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ permalink: "/docs/history/"
55excerpt : Change log of enhancements and bug fixes made to the theme.
66sidebar :
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'
99toc : 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
You can’t perform that action at this time.
0 commit comments