scrapbox-style-url-icon
code:style.css
/*
content: '↗';
font-size: x-small;
margin-left: 2px;
border: 1px solid;
text-decoration: none;
}
*/
/* url link に icon 追加 */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: ' \f35d';
font-weight: 900;
display: inline-block;
}