© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Milica Maksimović
founder Literally.dev, ex-Growth @wasp, former Community Manager @Hashnode
Hey Manish pamnani you need three of those backticks e.g ```
```
The trick is also to add a space right after the ticks, and you also don't need extra enter when you're done with the snippet.
Manish pamnani
New programmer trying to learn new things.
So basically the difference betweem two backticks and three backticks is that three backticks allows you to add a line break in your code while two backticks doesn't?
three backticks will produce a code block:
Object.$hooks.call('customizeFormPlaceholder'),{ "emailid": "Enter your email address", "password": "Enter your password" });