From bcd7fd5cb3ccd8b89c9ce26ae01f9954dfbd04ea Mon Sep 17 00:00:00 2001 From: Dmitry Sedykh Date: Wed, 25 Dec 2019 23:08:22 +0300 Subject: [PATCH] attributes for images & links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e61344..9d88158 100644 --- a/README.md +++ b/README.md @@ -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