I'm trying to embed this real-time chart from a Google Scholar profile in a markdown document for GitHub:
Here's the HTML I found by inspecting the source:
<div class="gsc_md_hist_b"><span class="gsc_g_t" style="right:227px">2015</span><span class="gsc_g_t" style="right:195px">2016</span><span class="gsc_g_t" style="right:163px">2017</span><span class="gsc_g_t" style="right:131px">2018</span><span class="gsc_g_t" style="right:99px">2019</span><span class="gsc_g_t" style="right:67px">2020</span><span class="gsc_g_t" style="right:35px">2021</span><span class="gsc_g_t" style="right:3px">2022</span><a href="javascript:void(0)" class="gsc_g_a" style="right:232px;top:149px;height:11px;z-index:8"><span class="gsc_g_al">25</span></a><a href="javascript:void(0)" class="gsc_g_a" style="right:200px;top:143px;height:17px;z-index:7"><span class="gsc_g_al">37</span></a><a href="javascript:void(0)" class="gsc_g_a" style="right:168px;top:138px;height:22px;z-index:6"><span class="gsc_g_al">48</span></a><a href="javascript:void(0)" class="gsc_g_a" style="right:136px;top:120px;height:40px;z-index:5"><span class="gsc_g_al">85</span></a><a href="javascript:void(0)" class="gsc_g_a" style="right:104px;top:104px;height:56px;z-index:4"><span class="gsc_g_al">120</span></a><a href="javascript:void(0)" class="gsc_g_a" style="right:72px;top:40px;height:120px;z-index:3"><span class="gsc_g_al">255</span></a><a href="javascript:void(0)" class="gsc_g_a" style="right:40px;top:9px;height:151px;z-index:2"><span class="gsc_g_al">322</span></a><a href="javascript:void(0)" class="gsc_g_a" style="right:8px;top:22px;height:138px;z-index:1"><span class="gsc_g_al">295</span></a></div>
How can I embed this in a markdown document so it is accessible once the markdown document is rendered on GitHub?