In trying to follow the ‘lunch calculator’ tutorial (Tutorial 1: Lunch calculator / Observable / Observable), I found that I couldn’t type the correct single quotation mark needed for:
viewof sandwiches = html`<input type=range />`
I copied the character and google it, and found that what I needed to type was a grave accent ( ` ), not a single quote ( ’ ), but I can’t find any info on how to make this character without having to do a complicated keyboard input. This seems to be such a common character in this environment, that I find it hard to believe everyone goes through this process. I realize this is probably a Windows issue and not an Observable issue, but I’m sure others on this forum have already figured out this seemingly dumb problem.
Any tips for how I can get this to work?