Panels
<script>
$js(function () {
$js('body').remarkable({
panels: true
});
});
</script>

Last updated
<script>
$js(function () {
$js('body').remarkable({
panels: true
});
});
</script>

Last updated
.remark-pretty-panels .MainTitle {
background-color: #28a745;
}
.remark-pretty-panels .Titletxt {
color: #fff;
}