Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! feat: update transformers
Browse files Browse the repository at this point in the history
niktverd committed Dec 27, 2024
1 parent eb201ce commit 41fde00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/text-transform/config.ts
Original file line number Diff line number Diff line change
@@ -431,12 +431,6 @@ export const config: BlocksConfig = {
transformer: yfmTransformer,
parser: createItemsParser(['text']),
},
{
fields: ['list'],
transformer: yfmTransformer,
parser: createItemsParser(['title']),
renderInline: true,
},
],
[BlockType.FormBlock]: [
{

0 comments on commit 41fde00

Please sign in to comment.