slidewinder/slidewinder

View on GitHub
examples/code_highlighted.md

Summary

Maintainability
Test Coverage
---
name: code_highlighted
slide_author: Richard Smith-Unna ([@blahah404](https://twitter.com/blahah404))
---
# Highlight lines in code blocks

This slide has some code, and one line is highlighted:

```js
function sayhi() {
* console.log('Oh hai!');
}
```

This is done by placing an asterisk (`*`) at the start of the highlighted line