kotlinx-knit
kotlinx-knit copied to clipboard
Add support .mdx files
We have some files in .mdx format. If we include .mdx files in configuration then we see "Unknown input file type. Treating it as markdown".
Example mdx
<a id="myLink" href="javascript:alert('hello from mdx')">link text</a>
and you can try it https://mdxjs.com/