remove escape character in shell samples - #251
Conversation
|
✔️ Deploy Preview for dreamy-villani-0e9e5c ready! 🔨 Explore the source changes: 3ce19aa 🔍 Inspect the deploy log: https://app.netlify.com/sites/dreamy-villani-0e9e5c/deploys/60f8fe10182bd4000844abc2 😎 Browse the preview: https://deploy-preview-251--dreamy-villani-0e9e5c.netlify.app |
StephenFluin
left a comment
There was a problem hiding this comment.
I don't think this is right. For any [block:] style JSON, the escape characters need to stay. It's only when we move to backtick notation (which we should do for all of these examples) that you need to remove the escape characters.
For example, on enabling-https, the echo command looks right in the docs today. Feels like a lucky bug that removing the escape chars still works in those JSON examples.
|
Closing PR. Replaced with #258 |
fixes #244