Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Markdown support for iframe in Rasa dispatcher.utter_message #147

Open
natarajan0007 opened this issue Dec 16, 2020 · 0 comments
Open

Markdown support for iframe in Rasa dispatcher.utter_message #147

natarajan0007 opened this issue Dec 16, 2020 · 0 comments

Comments

@natarajan0007
Copy link

actions.py

from markdownify import markdownify as md

class xxx(Action):
def name(self):
return "trigger_action"

 def run(self,dispatcher,tracker,domain):
      dispatcher.utter_message(md('<figure> <iframe src="https://w3schools.com"> </iframe> </figure>'))
      return []

it doesnt load markdown in for an iframe

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant