We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd6f2e commit 9f78ae0Copy full SHA for 9f78ae0
src/node-types.ts
@@ -189,15 +189,15 @@ export type UnorderedListItemNode = {
189
name: 'unordered-list-item';
190
contents: FragmentNode[];
191
sublist: ListNode | null;
192
- attrs: { key: string; value: string }[];
+ attrs: { key: string; value: string; location: LocationRange }[];
193
location: LocationRange;
194
};
195
196
export type OrderedListItemNode = {
197
name: 'ordered-list-item';
198
199
200
201
202
203
0 commit comments