solid-markdown
solid-markdown copied to clipboard
Crashing with remark-gfm#4.0.0
There are some breaking changes in remark-gfm, solid-markdown
is only compatible with the version 3.0.1
.
Error with the remark-gfm#4.0.0
:
Workaround
Pin the version of remark-gfm
on 3.0.1
and you are good to go 😉
BTW, the author listed "remark-gfm": "^3.0.1"
as dependencies in the package.json
, but it was never used in the code.
I believe the entry was wrote for the purpose of testing but forgotten to be deleted.
While resolving this issue, could you also correct the dependency?
I just released a new version v.2.0.3
, I've updated all dependencies and fixed some type errors.
The latest remark-gfm
is now supported