How can I back-quote a back quote in this forum? How to escape? \ seems not work.
1 Like
Just use lots of backticks: to quote one use one additional one. Example: run(`ls`) is written as ``run(`ls`)``, which in terms is written as ``` ``run(`ls`)`` ``` (I’ll stop here…)
6 Likes
HAHA… Thanks a lot, man!!