mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04: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\\\`\`;
|
|
}`
|