mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-13 16:57:54 -05:00
* Documentation for triple backticks and escaping backticks * Better explanation of escaped backticks within triple-backticks block
4 lines
85 B
CoffeeScript
4 lines
85 B
CoffeeScript
markdown = `function () {
|
|
return \`In Markdown, write code like \\\`this\\\`\`;
|
|
}`
|