mirror of
https://github.com/System-End/riceathon.git
synced 2026-04-19 22:05:16 +00:00
fix: hyperlinks work properly inside important divs
This commit is contained in:
parent
6f2c7bbad5
commit
3bd143ef22
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@
|
|||
NOTE: "📝",
|
||||
WARNING: "⚠️",
|
||||
};
|
||||
return `<div class="alert alert-${type.toLowerCase()}"><strong>${icons[type]} ${type}</strong><br>${cleanContent}</div>\n`;
|
||||
return `<div class="alert alert-${type.toLowerCase()}"><strong>${icons[type]} ${type}</strong><br>${marked.parse(cleanContent)}</div>\n`;
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue