aidenlx / obsidian-icon-shortcodes

Obsidian Plugin: Insert emoji and custom icons with shortcodes
MIT License
137 stars 11 forks source link

Duplicated icons in admonitions #37

Open corinnekaryiu opened 2 years ago

corinnekaryiu commented 2 years ago

This is a weird one. If I add an icon shortcode into an admonition, the icon is added twice.

For example, the code below:

> [!info:]
> - :fas_running: [[Activities]]
> - :far_calendar_plus: [[Planner]]
> - :fas_dumbbell: [[Gym Timetable]]

:fas_running: [[Activities]]
:far_calendar_plus: [[Planner]]

- :fas_dumbbell: [[Gym Timetable]]

> :fas_running: [[Activities]]

Displays like this:

image

I'm not sure if this is a conflict with another plugin? The only other icon-related plugin I have installed is Icon Folder.

aidenlx commented 2 years ago

probably should open a issue in admonitions plugin? it works fine in the native callouts syntax.