Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to escape backticks in code block ? #146

Closed
Outlivier opened this issue Mar 24, 2015 · 3 comments
Closed

How to escape backticks in code block ? #146

Outlivier opened this issue Mar 24, 2015 · 3 comments

Comments

@Outlivier
Copy link

Hi,
I would like to document markdown in markdown, how to write this with remarkable (i also don't now how to do it with github, so how to obtain this output without the backslashes) ?

# markdown not parsed but highlighted #
\``` javascript
\var x = "dummy";
\```
@doowb
Copy link
Collaborator

doowb commented Mar 24, 2015

See this example in the demo editor

Basically, use more than 3 backticks for the outer example and then 3 backticks for the inner example (this doesn't work on github)

@Outlivier
Copy link
Author

Great, thank you 👍

@doowb doowb closed this as completed Mar 24, 2015
@pablobernabeu
Copy link

See this example in the demo editor

Basically, use more than 3 backticks for the outer example and then 3 backticks for the inner example (this doesn't work on github)

Working on Github too as of 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants