@khanacademy/simple-markdown 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/es/index.js +0 -1
- package/dist/es/index.js.map +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +0 -1
- package/dist/index.js.flow +12 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +12 -5
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
package/dist/es/index.js
CHANGED
|
@@ -1387,7 +1387,6 @@ var SimpleMarkdown = {
|
|
|
1387
1387
|
// default wrappers:
|
|
1388
1388
|
markdownToReact: markdownToReact,
|
|
1389
1389
|
markdownToHtml: markdownToHtml,
|
|
1390
|
-
// @ts-expect-error [FEI-5003] - TS2322 - Type 'FC<any>' is not assignable to type '(props: { [key: string]: any; source: string; }) => ReactElement'.
|
|
1391
1390
|
ReactMarkdown: ReactMarkdown,
|
|
1392
1391
|
defaultBlockParse: defaultBlockParse,
|
|
1393
1392
|
defaultInlineParse: defaultInlineParse,
|