mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
attributes for images & links
This commit is contained in:
parent
93f691a086
commit
bcd7fd5cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ Parser and Renderer options
|
|||
| `parser.WithParagraphTransformers` | A `util.PrioritizedSlice` whose elements are `parser.ParagraphTransformer` | Transformers for transforming paragraph nodes. |
|
||||
| `parser.WithASTTransformers` | A `util.PrioritizedSlice` whose elements are `parser.ASTTransformer` | Transformers for transforming an AST. |
|
||||
| `parser.WithAutoHeadingID` | `-` | Enables auto heading ids. |
|
||||
| `parser.WithAttribute` | `-` | Enables custom attributes. Currently only headings supports attributes. |
|
||||
| `parser.WithAttribute` | `-` | Enables custom attributes. Currently only headings, links & images supports attributes. |
|
||||
|
||||
### HTML Renderer options
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue