Skip to content
Merged

fix #4022

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix
removes `triggerAtBlockStart` from `autoformatBlocks`
  • Loading branch information
patrick-hertling committed Jan 22, 2025
commit 8876bdca708d375a814411bdac0b81b9b943aab7
Original file line number Diff line number Diff line change
@@ -199,7 +199,6 @@ export const autoformatBlocks: AutoformatRule[] = [
match: '```',
mode: 'block',
preFormat,
triggerAtBlockStart: false,
type: CodeBlockPlugin.key,
},
{
Original file line number Diff line number Diff line change
@@ -175,7 +175,6 @@ export const autoformatBlocks: AutoformatRule[] = [
},
match: '```',
mode: 'block',
triggerAtBlockStart: false,
type: CodeBlockPlugin.key,
},
{
Original file line number Diff line number Diff line change
@@ -175,7 +175,6 @@ export const autoformatBlocks: AutoformatRule[] = [
},
match: '```',
mode: 'block',
triggerAtBlockStart: false,
type: CodeBlockPlugin.key,
},
{