Skip to content

Commit

Permalink
Update README.md for optional Github styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ckreon committed Apr 11, 2016
1 parent c660077 commit e2412ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ Default value: `[module path]/markdown-pdf/css/pdf.css`

Path to custom CSS file, relative to the current directory.

For Github-like Styling, use '[module path]/markdown-pdf/css/pdf_ghm.css':

```
var options = {
cssPath: '[module path]/markdown-pdf/css/pdf_ghm.css'
}
markdownpdf(options)
```

#### options.highlightCssPath
Type: `String`
Default value: `[module path]/markdown-pdf/css/highlight.css`
Expand Down

0 comments on commit e2412ea

Please sign in to comment.