How do you add a $ sign to be printed using a snippet.
Here is the question:
Am trying to add a snippet when a “fjs” is typed, it should print
script
$(document).foundation();
/script
Problem :
Am not able to print “$” sign, rest everything is possbile
Please help