Type Definition for markdown-it-mark
Usage
Remember to edit your tsconfig.json
:
"compilerOptions": {
"paths": {
"markdown-it-mark": ["./node_modules/@akiravoid/markdown-it-mark"]
}
}
Cause TypeScript will just automatically search declaration files inside node_modules
and node_modules/@types
, if you don't do so, you'll get a compile error.
Disclaimers
This package is built because it's too small to be added to DefinitelyTyped.
This package is just built for private usage, the author don't guarantee its availability and maintenance. Use it at your own risk.