Closed SaladFork closed 6 years ago
Great that you noticed this.
I'm not convinced this is a good change as it adds noise and might take away from the readability of the code sample
I agree, I have 2 ideas on my mind:
<!-- -->
?I've extracted the filenames from the codeblock, thanks for bringing this up @SaladFork 🍺
This is a pretty silly commit but while working on #36 I was trying to figure out why comments weren't colored appropriately. Comments in
erb
files have a<%# comment %>
syntax rather than# comment
as per Ruby. I'm not convinced this is a good change as it adds noise and might take away from the readability of the code sample, but is technically more correct (and it now colors it in grey-ish).This PR replaces all such occurrences in
README.md
.