Pressing Enter in a Callout Not Acting as Expected

Once you’ve done the above, delete everything above this line.

Steps to reproduce

  1. Insert a Callout however you want to go about it
  • right click → insert → callout
  • type it in manually
  • etc.
  1. After typing your callout, press enter/return
  2. You’ll notice that the new line starts with “-” instead of “>”

Did you follow the troubleshooting guide? [Y/N] Y

Yes, I did this in the sandbox vault

Expected result

The expected results are as follows:

> [!NOTE] Title
> Contents
>

Actual result

> [!NOTE] Title
> Contents
-

Environment

SYSTEM INFO:
Obsidian version: v1.8.4
Installer version: v1.7.5
Operating system: Windows 11 Pro 10.0.22631
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: off
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

This used to work just fine. If I wanted to add an extra space between lines I would do shift + enter. Now I have to use shift + enter from the previous line, otherwise it starts the next line with the “-”, which is not connected to the callout; so, If I add the “-” after the callout style to make it automatically start collapsed, anything starting with the “-” is not collapsed.

1 Like

will be fixed 1.8.5

1 Like

I had this problem, but now (even while still being on version 1.8.4) it works as expected again. :thinking:

I had this problem, something fixed it at my home laptop, but my work laptop is still affected (although I’m using the same settings for both, it’s a vault that I sync with git). The only difference is some color and font changes that should not affect this (this is literally the only thing I add at work, it overrides some color and font settings from my home configuration):

.theme-light,
.theme-dark {
  --folder_beta-space: var(--nord12);
  --folder_beta-tech: var(--color-yellow);
  --folder_sources: var(--nord14);
  --folder_z-system: var(--nord7);

  --folder_beta-space-rgb: var(--nord12-rgb);
  --folder_beta-tech-rgb: var(--color-yellow-rgb);
  --folder_sources-rgb: var(--nord14-rgb);
  --folder_z-system-rgb: var(--nord7-rgb);
}

body {
  --font-default: 'Hasklug Nerd Font Mono', 'JetBrains Mono';
  --font-monospace-default: 'JetBrains Mono', 'Space Mono';
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.