@@ -71,14 +71,14 @@ npm install hast-util-to-jsx-runtime
71
71
In Deno with [ ` esm.sh ` ] [ esmsh ] :
72
72
73
73
``` js
74
- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
74
+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
75
75
```
76
76
77
77
In browsers with [ ` esm.sh ` ] [ esmsh ] :
78
78
79
79
``` html
80
80
<script type =" module" >
81
- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 ?bundle'
81
+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 ?bundle'
82
82
</script >
83
83
```
84
84
@@ -403,7 +403,7 @@ In a browser, do:
403
403
404
404
``` js
405
405
import {h } from ' https://esm.sh/hastscript@8'
406
- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
406
+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
407
407
import {Fragment , jsx , jsxs } from ' https://esm.sh/preact@10/jsx-runtime'
408
408
import {render } from ' https://esm.sh/preact@10'
409
409
@@ -452,7 +452,7 @@ In a browser, do:
452
452
453
453
``` js
454
454
import {h } from ' https://esm.sh/hastscript@8'
455
- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
455
+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
456
456
import {createApp } from ' https://esm.sh/vue@3'
457
457
import {Fragment , jsx , jsxs } from ' https://esm.sh/vue@3/jsx-runtime'
458
458
@@ -501,7 +501,7 @@ In a browser, do:
501
501
502
502
``` js
503
503
import {h } from ' https://esm.sh/hastscript@8'
504
- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
504
+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
505
505
import {Fragment , jsx , jsxs } from ' https://esm.sh/solid-js@1/h/jsx-runtime'
506
506
import {render } from ' https://esm.sh/solid-js@1/web'
507
507
0 commit comments