.md-typeset a:not(.md-icon) {
    &[href^="//"]::after,
    &[href^="http://"]::after,
    &[href^="https://"]::after {
        content: "↗";
        font-size: smaller;
        margin-left: .2em;
        vertical-align: top;
    }
}

.md-typeset dt::after {
    content: ":"
}
.md-typeset dd {
    margin-bottom: .5em;
    margin-top: 0;
}
