How do I escape the hash value inside a code snippet in markdown? All tries resulted to a red display of the character (invalid)
```gradle
# My gradle comment
artifactory_user=YOUR_ARTIFACTORY_USER
artifactory_password=YOUR_ARTIFACTORY_PW
```
I tried already
\\#
\#
##
#
None of these works?!