Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Jan 1, 2020
1 parent 9494789 commit 533a448
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ if err := md.Convert(source, &buf); err != nil {
}
```

| Functional option | Type |
| ----------------- | ---- |
| `goldmark.WithParser` | `parser.Parser` |
| `goldmark.WithRenderer` | `renderer.Renderer` |
| `goldmark.WithParserOptions` | `...parser.Option` |
| `goldmark.WithRendererOptions` | `...renderer.Option` |
| `goldmark.WithExtensions` | `...goldmark.Extender` |
| Functional option | Type | Description |
| ----------------- | ---- | ----------- |
| `goldmark.WithParser` | `parser.Parser` | This option must be passed before `goldmark.WithParserOptions` and `goldmark.WithExtensions` |
| `goldmark.WithRenderer` | `renderer.Renderer` | This option must be passed before `goldmark.WithRendererOptions` and `goldmark.WithExtensions` |
| `goldmark.WithParserOptions` | `...parser.Option` | |
| `goldmark.WithRendererOptions` | `...renderer.Option` | |
| `goldmark.WithExtensions` | `...goldmark.Extender` | |

Parser and Renderer options
------------------------------
Expand Down

0 comments on commit 533a448

Please sign in to comment.