Skip to content
David Shin edited this page Mar 27, 2017 · 2 revisions

Welcome to the bartback wiki!

let mdFormattingWorks;

function justChecking() {
    return mdFormattingWorks ? true : false;
}

justChecking();

Clone this wiki locally