ink-markdown icon indicating copy to clipboard operation
ink-markdown copied to clipboard

Render markdown text using Ink

Results 3 ink-markdown issues
Sort by recently updated
recently updated
newest added

This PR updates all dependencies and makes the package work with v4 of ink 🎉 Closes #9

I know this is a real mess but bear with me: The latest version of `ink` is published as an ES module, and when this package is built with `tsc`,...

``` error TS2786: 'Markdown' cannot be used as a JSX component. Its type 'typeof import("/data/data/com.termux/files/home/test-ink/node_modules/ink-markdown/build/index")' is not a valid JSX element type. 24 render({text}); ``` What could be the problem?