Jacky Zhao
2024-02-24 d0c0daa4aa6fc4db4be2371f460f22eb3764c457
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,
                  ],