Add BB-Code
Tag: note
Title: Note BB-Code
Replacement mode: Simple replacement
HTML replacement:

Tag: note
Title: Note BB-Code
Replacement mode: Simple replacement
HTML replacement:
HTML:
<style> mark{
background-color: #fefccc;
border-radius: 12px;
color: #212121;
display: block;
margin: 24px 0;
padding: 16px 16px 16px 48px;
position: relative;}
mark::before {
color: rgb(33, 33, 33);
content: "Note";
display: block;
font-family: var(--font-title);
font-size: 16px;
line-height: 24px;
margin-bottom: 8px;
}
mark::after {
background: url(https://fieryfast.xyz/test.svg) 50%/contain no-repeat;
content: "";
height: 33px;
left: 12px;
position: absolute;
top: 16px;
width: 24px;
}</style><mark>{text}</mark>
