This PR fixes the type declaration for the extraStyles param on the mdToDraftjs export - had to upgrade @textlint/markdown-to-ast to get the AST node types, tests passing and the demo still seems to work as expected.
Also added an example of how to use extra styles to the readme.
This PR fixes the type declaration for the
extraStyles
param on themdToDraftjs
export - had to upgrade@textlint/markdown-to-ast
to get the AST node types, tests passing and the demo still seems to work as expected.Also added an example of how to use extra styles to the readme.
Thanks for the great library @kadikraman 🙌