Skip to content

Commit 7e36ea8

Browse files
authored
feat(FoldableList): add yfm support for list prop (#1342)
1 parent 2a9dc80 commit 7e36ea8

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
Loading
Loading

src/text-transform/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@ export const config: BlocksConfig = {
287287
transformer: yfmTransformer,
288288
parser: parseFeatures,
289289
},
290+
{
291+
fields: ['list'],
292+
transformer: yfmTransformer,
293+
parser: parseFeatures,
294+
},
290295
],
291296

292297
[BlockType.BannerBlock]: [

0 commit comments

Comments
 (0)