Markdown update in heading

Joachim Ansorg
2021-11-12 10:25:16 +01:00
parent 6fa060c615
commit 7e687621a5

@@ -1,4 +1,4 @@
## Want to escape a single quote? echo 'This is how it'\\''s done'.
## Want to escape a single quote? `echo 'This is how it'\\''s done'`.
(Note: in v0.4.6, the error message was accidentally missing the backslash)