Skip to content

Commit ab12a4f

Browse files
committed
Add Details and Summary tags
yomidevs/yomitan#842
1 parent 956c9f2 commit ab12a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/yomitan/termbank.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ type StructuredContentNode =
111111
lang?: string;
112112
}
113113
| {
114-
tag: 'span' | 'div' | 'ol' | 'ul' | 'li';
114+
tag: 'span' | 'div' | 'ol' | 'ul' | 'li' | 'details' | 'summary';
115115
content?: StructuredContentNode;
116116
data?: StructuredContentData;
117117
style?: StructuredContentStyle;

0 commit comments

Comments
 (0)