Problems in Walking Astronaut Tutorial README.md

Possibly a bug in the editor but not sure so posting here: the readme for this tutorial appears to be missing lots of underscores when viewed in the editor. Someone typing in the code would have problems but those naughty ‘cut and paste’ tutorial types would be ok :slight_smile:

For example, this line:
if action_id == hash(“front”) then

appears as:
if action id == hash(“front”) then

I’m on Linux Mint 18.3 if that’s relevant.

3 Likes

Oh, hmm, @mats.gisselson how do we render the markdown in the editor?

1 Like

It appears the default line height in the stylesheet was cropping out the underscores. Fixed in the next update!

6 Likes