You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
offsetY: Joi.number().integer().description("Signed integer. Vertical offset value in pixels.").default(0),
8
+
icon: Joi.alternatives().try(Joi.string(),Joi.boolean()).description("SVG shape inside a template literal or boolean 'false'. Set your own svg or disable icon.").default(true),
9
+
className: Joi.string().description("Set your own class for the anchor.").default("anchor"),
10
+
maintainCase: Joi.boolean().description("Maintains the case for markdown header."),
11
+
removeAccents: Joi.boolean().description("Remove accents from generated headings IDs."),
12
+
enableCustomId: Joi.boolean().description("Enable custom header IDs with `{#id}`"),
13
+
isIconAfterHeader: Joi.boolean().description("Enable the anchor icon to be inline at the end of the header text."),
14
+
elements: Joi.array().items(Joi.string()).description("Specify which type of header tags to link.")
0 commit comments