fix: duplication on markdownRenderer

This commit is contained in:
Julien Froidefond
2025-10-10 13:48:16 +02:00
parent 75f27c69ee
commit 67515441fb
2 changed files with 1 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -88,7 +88,6 @@ export function MermaidRenderer({
section2: getCSSVariable('--success'),
section3: getCSSVariable('--purple'),
altSection: getCSSVariable('--muted'),
gridColor: getCSSVariable('--border'),
todayLineColor: getCSSVariable('--destructive'),
// Pie chart specific
pie1: getCSSVariable('--primary'),
@@ -131,7 +130,6 @@ export function MermaidRenderer({
messageAlign: 'center',
mirrorActors: true,
bottomMarginAdj: 1,
useMaxWidth: true,
rightAngles: false,
showSequenceNumbers: false,
},
@@ -140,7 +138,6 @@ export function MermaidRenderer({
leftPadding: 75,
gridLineStartPadding: 35,
fontSize: 11,
fontFamily: 'inherit',
sectionFontSize: 24,
numberSectionStyles: 4,
},
@@ -150,7 +147,7 @@ export function MermaidRenderer({
journey: {
useMaxWidth: true,
},
gitgraph: {
gitGraph: {
useMaxWidth: true,
},
state: {