Like, when I put bullet points or tasks in a callout or page embed, as well, , they’re all indented by 1 with the gray lines not indented, so they’re to the left.
So I’ve expanded on your example by replacing each tab with a double space, but in any case, I do get the expected output, so it’s most likely just a matter of having the correct combination of whitespace in front of you bullet points.
This can however be tricky, which can be seen/experienced when adding code blocks into sub levels of lists, but I’ve found that using the command Toggle blockquote on a pre-selected text is usually a good way to keep the same formatting if you want to insert something into a callout.
My test text
## Using tabs
Right on the page using tabs:
- [ ] Check box
- [x] Sub checkbox complete
- Sub bullet point
- 2nd level bullet point
- [-] Cancelled checkbox
> [!info] In a callout using tabs:
>- [ ] Check box
> - [x] Sub checkbox complete
> - Sub bullet point
> - 2nd level bullet point
>- [-] Cancelled checkbox
## Using spaces
Right on the page using spaces:
- [ ] Check box
- [x] Sub checkbox complete
- Sub bullet point
- 2nd level bullet point
- [-] Cancelled checkbox
> [!info] Using two spaces in a callout
> - [ ] Check box
> - [x] Sub checkbox complete
> - Sub bullet point
> - 2nd level bullet point
> - [-] Cancelled checkbox
So you’re using custom CSS to fix something caused by misplaced whitespace characters? I don’t have that custom CSS and the lines are placed correctly…
I’m not going to persue this anymore, but I literally took your text and executed the Toggle blockquote, and it’s correctly formatted, so I don’t understand the weird formatting.
It’s just default formatting with an angular bracket in front. Sorry, yet again, if I’m totally missing the point.
Well, I took my text with tabs and ran the toggle blockquote command on it and then insert > [!NOTE] Inside a Callout and got the weird indentation thing. I also ran the insert callout command on the text and got the same thing. I’m say that I’d rather format sub bullet points and sub checkboxes with tabs rather than spaces, I find that more convenient.