fix: duplication on markdownRenderer
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user