Select a theme below to see the code highlighted using that theme.
# Highlights ExamplesThis is a Markdown file example with nested code blocks that are highlightedproperly when the language name is included in the fenced code block.## CoffeeScript Example```coffee# This is a very important classmodule.exports =:@label = "Hello !": ->consolelog@label```## CSS Example```css```
Check out the atom/highlights repository for more details.