How to escape $$ in code block?
Solved
Qt.io webservices
-
wrote on 15 Jan 2016, 11:23 last edited by
Hi! Could someone please tell me what to type so that in the following code block the two dollar symbols I typed get actually rendered?
unix:DEFINES += VERSION=\\\"$$VERSION\\\"
-
wrote on 15 Jan 2016, 11:25 last edited by tekojo
unix:DEFINES += VERSION=\\\" $$VERSION\\\"
unix:DEFINES += VERSION=\\\"$ $VERSION\\\"
unix:DEFINES += VERSION=\\\/"$$VERSION\\\"
Looks like a time to open a bug at NodeBB...
-
unix:DEFINES += VERSION=\\\" $$VERSION\\\"
unix:DEFINES += VERSION=\\\"$ $VERSION\\\"
unix:DEFINES += VERSION=\\\/"$$VERSION\\\"
Looks like a time to open a bug at NodeBB...
wrote on 15 Jan 2016, 11:28 last edited by@tekojo Hooray :-/
-
Hi,
I might be wrong but it could be a markdown issue.
The only workaround I found is to use spaces and tell people to remove them when they copy the code around.
3/4