From 7c7fa369e3ab72a26f5916903dd3d9c69dceb750 Mon Sep 17 00:00:00 2001 From: Michael Brenan Date: Wed, 19 Jun 2024 21:27:00 -0700 Subject: [PATCH] Fix formatting & tests --- src/ui/views/inline-field.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ui/views/inline-field.tsx b/src/ui/views/inline-field.tsx index c6eab47c..4b23b8d5 100644 --- a/src/ui/views/inline-field.tsx +++ b/src/ui/views/inline-field.tsx @@ -61,7 +61,7 @@ export async function replaceInlineFields(ctx: MarkdownPostProcessorContext, ini const context = Object.assign({}, init, { container: box, component: component }); const parseInlineValueWrapper = (fieldVal: string) => { - if (fieldVal.startsWith(" - + , box );