scrapbox-editor-link
外部リンクにアイコンを付ける
code:style.css
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
margin-left : 4px;
display : inline-block;
font-family : 'Font Awesome 5 Free';
font-weight : bold;
content : '\f35d';
text-decoration: none;
}