Basic button: ```jsx ``` Big pink button: ```jsx ``` And you _can_ **use** `any` [Markdown](http://daringfireball.net/projects/markdown/) here. Fenced code blocks with `js`, `jsx` or `javascript` languages are rendered as an interactive playgrounds: ```jsx ``` You can disable an editor by passing a `noeditor` modifier (` ```js noeditor `): ```jsx noeditor ``` To render an example as highlighted source code add a `static` modifier (` ```js static `): ```js static import React from 'react' ``` Fenced blocks with other languages are rendered as highlighted code: ```html

Hello world

```