How to escape the (hash) # sign in a Github markdown header? (backslash is not working) -
i have following code on readme.md file on github, trying display hash sign on header (i trying escape using \ symbol) so:
### c\# * [beginning game programming c#](https://www.coursera.org/course/gameprogramming) however renders so:
i want hash sign appear on header, , tried use double backslash, didn't work. how pound sign appear?
edit: linked question deals github links, question headers on .md file.
you try , add matching '#', followed 1 '#':
### c# # 
Comments
Post a Comment