Values in example do not always match defaults.

This commit is contained in:
Otto Jongerius 2016-01-24 15:57:51 +11:00 committed by Otto Jongerius
parent 88ce4df47c
commit ff032bd83e

View File

@ -21,7 +21,7 @@ console.log(marked('I am using __markdown__.'));
// Outputs: <p>I am using <strong>markdown</strong>.</p> // Outputs: <p>I am using <strong>markdown</strong>.</p>
``` ```
Example setting options with default values: Example setting options:
```js ```js
var marked = require('marked'); var marked = require('marked');