Skip to content

Instantly share code, notes, and snippets.

@Widdershin
Last active December 14, 2015 08:32
Show Gist options
  • Select an option

  • Save Widdershin/a607421ef98161bc0810 to your computer and use it in GitHub Desktop.

Select an option

Save Widdershin/a607421ef98161bc0810 to your computer and use it in GitHub Desktop.
Testing github syntax highlighting
var foo = 5;
const foo = 5;

You can tell markdown-doctest to skip examples by adding <!-- skip-test --> before the example:

this is a test

<!-- skip-test -->
```js
// not a runnable example

console.log(...);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment