問題タブ [pweave]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
pweave - How do you escape a $ character in pweave?
I'm using pweave to write an HTML document. I would like to express a $ sign in text, for example:
Bob has $1, Sally has $2
However pweave thinks that 1, Sally has
should be formatted as maths. If I use \$
then it stops the math environment but keeps the \
.