Skip to content

Commit

Permalink
Add Details and Summary tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 7, 2024
1 parent 956c9f2 commit ab12a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/yomitan/termbank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type StructuredContentNode =
lang?: string;
}
| {
tag: 'span' | 'div' | 'ol' | 'ul' | 'li';
tag: 'span' | 'div' | 'ol' | 'ul' | 'li' | 'details' | 'summary';
content?: StructuredContentNode;
data?: StructuredContentData;
style?: StructuredContentStyle;
Expand Down

0 comments on commit ab12a4f

Please sign in to comment.