A link is present and its text styled
The link failed to be parsed and the content below is presented in the page
[[My text *with italic*|The.Reference]]
it("renders link with italic", () => { const defaultMarkdownRenderer = initComponent(); expect(defaultMarkdownRenderer.render(`[[*italic*|Main.WebHome]]`)).toBe( "<p><a href='https://cristal.xwiki.org'><em>italic</em>Reference</a></p>\n", ); })