Files
tiptap/docs/src/docPages/api/extensions/link.md
2020-09-10 10:21:24 +02:00

9 lines
406 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Link
Enables you to use the `<a>` HTML tag in the editor.
## Options
| Option | Type | Default | Description |
| ----------- | ------- | ------- | -------------------------------------------- |
| class | string | | Add a custom class to the rendered HTML tag. |
| openOnClick | Boolean | true | Specifies if links will be opened on click. |