I want to use the $ sign multiple times in a field. For example:
## Back
Initial state: \(($S,w)\)
Final state: \(($,$)\)
Currently this produces:
<p data-original-markdown="SW5pdGlhbCBzdGF0ZTogXCgoJFMsdylcKTxiciAvPkZpbmFsIHN0YXRlOiBcKCgkLCQpXCk=">Initial state: <anki-mathjax>(\(S,w)\</anki-mathjax>
Final state: \<anki-mathjax>(</anki-mathjax>,$)\)</p>
I would like to get something like this:
<p data-original-markdown="SW5pdGlhbCBzdGF0ZTogXCgoJFMsdylcKTxiciAvPkZpbmFsIHN0YXRlOiBcKCgkLCQpXCk=">Initial state: <anki-mathjax>($S,w)</anki-mathjax>
Final state: <anki-mathjax>($,$)</anki-mathjax></p>
I could not find a way to escape the dollar sign.
Having only one dollar sign in the field is working fine.
I want to use the
$sign multiple times in a field. For example:Currently this produces:
I would like to get something like this:
I could not find a way to escape the dollar sign.
Having only one dollar sign in the field is working fine.