Markdown and Browser Mod

Hello,

I have a question about the markdown card.
M
Is it possible there somehow to open a popup for certain words via the browser mod or to switch an entity?

As always, excuse my English.

You can add a hyperlink in the text, but you might need some CSS to make it look pretty.

Try to add <a href="homeassistant.local:4357">Observer</a>

That just opens a browser tab, doesn’t it?

I mean a popup like I can create with Browsermod in the normal cards.

        tap_action:
          action: fire-dom-event
          browser_mod:
            service: browser_mod.popup
            data:
              title: Zeitraum
              content:
                type: horizontal-stack
                cards:
                  - show_name: true
                    show_icon: true
                    type: button
..... 
..... 

Just like here. Just out of markdown.

Screen_Recordin-1677942551698