Skip to content

Commit

Permalink
Re-order docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 18, 2017
1 parent 47b2884 commit 52665e7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Expand Up @@ -35,6 +35,7 @@ reveal-md demo
* Highlight Theme
* Custom Slide Separators
* Custom Slide Attributes
* reveal-md Options
* Reveal.js Options
* Speaker Notes
* YAML Front Matter
Expand Down Expand Up @@ -133,25 +134,25 @@ This slide has no background image.
This one does!
```

### Reveal.js Options
### reveal-md Options

You can define Reveal.js [options](https://github.com/hakimel/reveal.js#configuration) in a `reveal.json` file that you should put in the root directory of the Markdown files. They'll be picked up automatically. Example:
You can define options similar to command-line options in a `reveal-md.json` file that you should put in the root directory of the Markdown files. They'll be picked up automatically. Example:

``` json
{
"controls": true,
"progress": true
"separator": "^\n\n\n",
"verticalSeparator": "^\n\n"
}
```

### Reveal-md Options
### Reveal.js Options

You can define Reveal-md options similar to command-line options in a `reveal-md.json` file that you should put in the root directory of the Markdown files. They'll be picked up automatically. Example:
You can define Reveal.js [options](https://github.com/hakimel/reveal.js#configuration) in a `reveal.json` file that you should put in the root directory of the Markdown files. They'll be picked up automatically. Example:

``` json
{
"separator": "^\n\n\n",
"verticalSeparator": "^\n\n"
"controls": true,
"progress": true
}
```

Expand Down

0 comments on commit 52665e7

Please sign in to comment.