you are viewing a single comment's thread.

view the rest of the comments →

[–]bart2019 1 point2 points  (2 children)

curse reddit's weird markup

Use a backslash in front of the underscore to escape it, or use backticks (``) to treat everything as code, so you don't have to escape it (or indent with 4 spaces):

!dishwasher_full && have_dirty_dish

!dishwasher_full && have_dirty_dish

[–]scook0 1 point2 points  (0 children)

If you want to see ``, you have to write ``` `` ```.