Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove marked markdown example.
  • Loading branch information
rottmann committed May 8, 2015
1 parent 51a0fc7 commit ca67370
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -39,9 +39,8 @@ All `apiDoc` options can be used within options-block, see [apiDoc configure](ht
* <code>options</code>
* <code>includeFilters: [ ".*\\.js$" ]</code> RegEx, which files to parse.
* <code>debug: false</code> Show Debug Output.
* <code>log: true</code> Show Log Output.
* <code>simulate: false</code> Simulation, no files will be written.
* <code>marked { gfm: true }</code> marked (markdown) setting.
* <code>log: true</code> Show Log Output.
* <code>simulate: false</code> Simulation, no files will be written.

**Example options:**

Expand All @@ -59,10 +58,7 @@ apidoc: {
options: {
debug: true,
includeFilters: [ ".*\\.js$" ],
excludeFilters: [ "node_modules/" ],
marked: {
gfm: true
}
excludeFilters: [ "node_modules/" ]
}
}
}
Expand Down

0 comments on commit ca67370

Please sign in to comment.