deno.json | 4 +- example/markdown-demo.ts | 2 +- package.json | 1 + pnpm-lock.yaml | 66 +++--- readme.md | 2 +- src/Predict.ts | 115 +++++++-- tests/Markdown.memoization.test.tsx | 404 -------------------------------- tests/Markdown.test.tsx | 404 ++++++++++++++++++++++++++++++++ tests/Memoizer.test.tsx | 2 +- tests/memoizedHastToReact.test.tsx | 6 +- tests/prediction.test.ts | 41 ++++ 11 files changed, 588 insertions(+), 459 deletions(-)