javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.07k stars 70 forks source link

Bug: MDS admonitions without title #206

Closed Cammagno closed 2 years ago

Cammagno commented 2 years ago

[!quote:] This admonition won't have a title!

This does not work for me, it shows the dafault title

I-Pch commented 2 years ago

Hi @Cammagno 😊 ... I think you need a space after the colon (:) 😊

This :

> [!quote: ]
> This admonition won't have a title!

Should give you this :

Ad-Test
Cammagno commented 2 years ago

I think you need a space after the colon (:)

Hi, thanks for your reply :)

I've tried also with a space (see picture below) but it still puts the default title to it

Admonition

valentine195 commented 2 years ago

Have you updated the plugin recently? I just fixed this the other day.

Cammagno commented 2 years ago

Have you updated the plugin recently? I just fixed this the other day.

this is my version: 7.0.4

Admonition2

Cammagno commented 2 years ago

Have you updated the plugin recently? I just fixed this the other day.

I've now updated to 8.1, but still I can't get a title-less Non-code block Admonition

valentine195 commented 2 years ago

Are you on insider? Obsidian has implemented their own version of Admonitions (called callouts), so the MSDoc admonition syntax has been removed. I do not believe there is a way to not have a title with the native callouts.

Cammagno commented 2 years ago

I do not believe there is a way to not have a title with the native callouts.

Ok, thanks, so to have a title-less admonition I need a codeblock one, got it.