I installed this plugin and found that my implementation of multiple columns (based on this recipe) stopped working. After some digging, I discovered the reason for this is that this plugin changes the HTML rendering of the markdown --- from <hr /> to <hr>. Is there a reason for this change? Can it be documented somewhere?
I installed this plugin and found that my implementation of multiple columns (based on this recipe) stopped working. After some digging, I discovered the reason for this is that this plugin changes the HTML rendering of the markdown
---from<hr />to<hr>. Is there a reason for this change? Can it be documented somewhere?