Hey @senthil_thyagarajan,
Although I would not suggest you to do such a part as render-blocking inline-script, however you can simply change the file extension of your content from .md
to .html
and the content will be rendered as regular HTML. This should do the trick.
as far as I see you have var svg = d3.select("svg")
- so also make sure you include an SVG-Tag in your content.