You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doubled-up quotation marks are gone, and the final b (and everything else after it in the source code side of the document) is displayed as being still inside the string.
Looks something like this:
(def b "b")
(format "a=\"%s b)
(+ 1 2)
where the last line is coloured as being a string constant.
For example, let say this is in your code:
(clojure.string/replace (row 1) #"~" "")
After marg docs generation, the "" is missing from the source code on the right hand side of the doc.
The text was updated successfully, but these errors were encountered: