mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 21:19:06 +08:00
add underline mark to readme
This commit is contained in:
parent
77eac49fb1
commit
2fbed31c8a
@ -119,6 +119,7 @@ import {
|
||||
ItalicMark,
|
||||
LinkMark,
|
||||
StrikeMark,
|
||||
UnderlineMark,
|
||||
|
||||
// General Extensions
|
||||
HistoryExtension,
|
||||
@ -147,6 +148,7 @@ export default {
|
||||
new ItalicMark(),
|
||||
new LinkMark(),
|
||||
new StrikeMark(),
|
||||
new UnderlineMark(),
|
||||
new HistoryExtension(),
|
||||
new PlaceholderExtension(),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user