kon-foo
2024-02-26 b9dee0775cda4bb29da1a5fb5b000ddcd4dc1f6e
quartz/plugins/transformers/ofm.ts
@@ -412,12 +412,7 @@
                  children: [
                    {
                      type: "text",
                      value: useDefaultTitle
                        ? capitalize(
                            i18n(cfg.locale).components.callout[calloutType as ValidCallout] ??
                              calloutType,
                          )
                        : titleContent + " ",
                      value: useDefaultTitle ? capitalize(typeString) : titleContent + " ",
                    },
                    ...restOfTitle,
                  ],