trifectatechfoundation / teach-rs

A modular, reusable university course for Rust
https://teach-rs.trifectatech.org
Creative Commons Attribution Share Alike 4.0 International
2.92k stars 137 forks source link

modmod: Don't add empty slice if slides.md is empty #106

Closed ifraixedes closed 3 months ago

ifraixedes commented 3 months ago

Modmod tool was adding an empty slide if slides.md was empty. This is the case for the topic mods/0-intro/topics/setup.

This commit check if the slide contents is empty after trimming it and doesn't write anything. Before it was writing --- which was introducing an empty slide in the final Slidev Markdown file.