marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.01k stars 796 forks source link

Prevent automatic conversion of -- operator to en dash in index #335

Closed skotniczny closed 6 years ago

skotniczny commented 6 years ago

screenshot-2018-2-16 eloquent_javascript pdf

If you do not want minus sign instead of hyphen use case "--": return "--@-{}-"

marijnh commented 6 years ago

Thanks! Merged as 7bbcc97