mdbook-presentation-preprocessor 0.2.1

A preprocessor for utilizing an MDBook as slides for a presentation.
.presentation-only {
    &.not-presenting {
        display: none;
    }
}

.article-content {
    &.presenting {
        display: none;
    }
}

.notes-only {
    display: none;
}