Deleplace / programming-idioms

A collection of good snippets, in a lot of languages
Apache License 2.0
128 stars 8 forks source link

CSS for emphasized words #214

Closed Deleplace closed 1 year ago

Deleplace commented 1 year ago

Instead of <span class="variable">x</span>, consider generating <em>x</em>.

This would be shorter and have more obvious semantics. Keep the same visual styling.