ESPresense / ESPresense.github.io

Source for https://espresense.com
https://espresense.com
10 stars 74 forks source link

Switch to block comments #41

Closed jmcgill closed 2 years ago

jmcgill commented 2 years ago

The pre-processing for Jekyll collapses all of the code into a single line, so it ends up all getting commented out when using line comments. Switch to block comments to avoid this.