Use below MarkupContent to return hover and completion in LSP sample:
const markupContent: MarkupContent = {
kind: 'markdown',
value: `
[I'm an inline-style link](https://www.google.com)`
};

