So basically i need to parse markdown that is fetched by webview api call.
There seems be no markdown instance in webview.
So i think i gotta install whole markdown-it inside a plugin and parse content before sending it to view.
I'm just wondering if there's any better way.