[ ✉️ ]ㅤMES 태그 #1ㅤ=ㅤ전체 태그 정렬

출력문 수정

IN <.*?>\n^.*?{ *{ *(.*?) *} *}.*?$\n<\/.*?>|^.*?{ *{ *(.*?) *} *}.*?$

OUT {{$1$2}}

Flag gm


[ ✉️ ]ㅤMES 태그 #4ㅤ=ㅤ캐릭 메세지 괄호

디스플레이 수정


IN .*?{{\((.*?)\)'s message="(.*?)"}}$

OUT <style>   .CMM {     display: flex;     justify-content: flex-start;     text-shadow: none;   }    .CMD1 {     display: inline-block;     min-width: 30vw;     max-width: 500px;     margin: 10px;     padding: 1em 1.5em 1.5em 1.5em;     background-color: {{CC}};     border-radius: 16px;     position: relative;   }    .CMD1::before {     content: "";     position: absolute;     top: 33px;     right: 100%;     border-style: solid;     border-width: 10px;      border-color: transparent {{CC}} transparent transparent;   }    .CMT1 {     color: {{CF}};     font-weight:800;     line-height:2.5em;     font-size:1.2em;     font-family:'{{MFT}}'   }    .CMT2 {     color: {{CF}};     line-height:1.5em;     font-size:1.1em;     font-family:'{{MFT}}'   }    .CMT3 {     color: {{CF}};     line-height:1em;     float: right;     font-size:0.9em;     font-family:'{{MFT}}';   } </style> <div class="CMM">   <div class="CMD1"> <span class="CMT1">💌 $1</span><br> <span class="CMT2">$2</span>   </div> </div>

Flag gim


[ ✉️ ]ㅤMES 태그 #4ㅤ=ㅤ캐릭 메세지 일반

디스플레이 수정

IN .*?{{(.*?)'s message="(.*?)"}}$

OUT <style>   .CMM {     display: flex;     justify-content: flex-start;     text-shadow: none;   }    .CMD1 {     display: inline-block;     min-width: 30vw;     max-width: 500px;     margin: 10px;     padding: 1em 1.5em 1.5em 1.5em;     background-color: {{CC}};     border-radius: 16px;     position: relative;   }    .CMD1::before {     content: "";     position: absolute;     top: 33px;     right: 100%;     border-style: solid;     border-width: 10px;      border-color: transparent {{CC}} transparent transparent;   }    .CMT1 {     color: {{CF}};     font-weight:800;     line-height:2.5em;     font-size:1.2em;     font-family:'{{MFT}}'   }    .CMT2 {     color: {{CF}};     line-height:1.5em;     font-size:1.1em;     font-family:'{{MFT}}'   }    .CMT3 {     color: {{CF}};     line-height:1em;     float: right;     font-size:0.9em;     font-family:'{{MFT}}';   } </style> <div class="CMM">   <div class="CMD1"> <span class="CMT1">💌 $1</span><br> <span class="CMT2">$2</span>   </div> </div>

Flag Gim


이렇게 사용중인데




여기서는 이름이 출력 안되고



여기서는 되는중


이유가 뭘까??