Tweet embed not working blockquote

Hi,
I am trying to embed a tweet but it doesn’t seem to work. It looks like the blockquote has an issue and takes over the rest of the post (rest of the post doesn’t display) This happens everytime I have something within the blockquote.

example

    <blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">I liked the film Idiocracy by Mike Judge, but I wish they didn’t turn it into a multi-season reality show</p>&mdash; Kyle Wild (@dorkitude) <a href="https://twitter.com/dorkitude/status/1029846666558492673?ref_src=twsrc%5Etfw">August 15, 2018</a></blockquote>

If I remove’ and everything between /p and /blockquote it at least renders a quote. Otherwise it takes over (within the quote) the rest of the post.

Do you get any error in the console?

Can you share the screenshot of the problem you are facing?

Do you have an example?
Are you adding this HTML to a Markdown file?
Does it have the indent like above? If so Markdown will convert that HTML differently than if you did the following without the indent.

<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">I liked the film Idiocracy by Mike Judge, but I wish they didn’t turn it into a multi-season reality show</p>&mdash; Kyle Wild (@dorkitude) <a href="https://twitter.com/dorkitude/status/1029846666558492673?ref_src=twsrc%5Etfw">August 15, 2018</a></blockquote>

Hi, thanks. I managed to solve it. Basically I had to put everything into the

including the href.

like this

> <blockquote class="twitter-tweet" data-conversation="none" data-lang="en"><p lang="en" dir="ltr">23. Like it or not, blue states &amp; blue metros power the economy. ...&mdash; Richard Florida (@Richard_Florida) <a href="https://twitter.com/Richard_Florida/status/802919737248411649?ref_src=twsrc%5Etfw">November 27, 2016</a> </p></blockquote>
> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>