How to embed Tableau dashboard using .md file in Github?

I’m building my personal website being pretty novice in HTML/CSS and Java. I would like to know how exactly to embed a Tableau dashboard that I own on my page.

I was watching some YT videos but they all did in HTML. I’m using the PaperMod them which allows me to build pages using the markdown language. Any pointers would be helpful.

The advice I see online is embedding the dashboard in the index.html file. If so, which one???

Either (a) create a shortcode, or (b) allow raw HTML in your markdown by changing your site configuration:

[markup.goldmark.renderer]
unsafe = true

It’s not unsafe if you control the content.