@@ -6,9 +6,9 @@ runtime it describes. Companion topics:
66<!-- x-release-please-start-version -->
77
88``` bash
9- npx @wix/htmdx@4.10.1 skill components # body grammar for every component
10- npx @wix/htmdx@4.10.1 skill integration # React host, registration, testing
11- npx @wix/htmdx@4.10.1 skill starter # a starter artifact to copy
9+ npx @wix/htmdx@4.11.0 skill components # body grammar for every component
10+ npx @wix/htmdx@4.11.0 skill integration # React host, registration, testing
11+ npx @wix/htmdx@4.11.0 skill starter # a starter artifact to copy
1212```
1313
1414<!-- x-release-please-end-version -->
@@ -60,7 +60,7 @@ to disk — and replace the title, frontmatter, and body. The shell is:
6060 <meta charset =" utf-8" />
6161 <meta name =" viewport" content =" width=device-width, initial-scale=1" />
6262 <title >Artifact title</title >
63- <script src =" https://cdn.jsdelivr.net/npm/@wix/htmdx@4.10.1 /dist/browser.js" defer ></script >
63+ <script src =" https://cdn.jsdelivr.net/npm/@wix/htmdx@4.11.0 /dist/browser.js" defer ></script >
6464 </head >
6565 <body >
6666 <!-- prettier-ignore -->
@@ -145,7 +145,7 @@ exact-version manifest is the source of truth when the network is reachable:
145145<!-- x-release-please-start-version -->
146146
147147``` text
148- https://cdn.jsdelivr.net/npm/@wix/htmdx@4.10.1 /dist/components.json
148+ https://cdn.jsdelivr.net/npm/@wix/htmdx@4.11.0 /dist/components.json
149149```
150150
151151<!-- x-release-please-end-version -->
@@ -210,7 +210,7 @@ Lint every artifact before presenting it, with the runtime it pins:
210210<!-- x-release-please-start-version -->
211211
212212``` bash
213- npx @wix/htmdx@4.10.1 lint path/to/artifact.html --strict
213+ npx @wix/htmdx@4.11.0 lint path/to/artifact.html --strict
214214```
215215
216216<!-- x-release-please-end-version -->
@@ -245,10 +245,10 @@ Already a dependency? Use the local bin instead — `yarn htmdx …`,
245245<!-- x-release-please-start-version -->
246246
247247``` bash
248- npx @wix/htmdx@4.10.1 lint artifact.html # one artifact
249- npx @wix/htmdx@4.10.1 lint a.html b.html doc.mdx # several files
250- npx @wix/htmdx@4.10.1 lint artifacts/* .html # let the shell expand it
251- npx @wix/htmdx@4.10.1 lint artifact.html --strict --format json
248+ npx @wix/htmdx@4.11.0 lint artifact.html # one artifact
249+ npx @wix/htmdx@4.11.0 lint a.html b.html doc.mdx # several files
250+ npx @wix/htmdx@4.11.0 lint artifacts/* .html # let the shell expand it
251+ npx @wix/htmdx@4.11.0 lint artifact.html --strict --format json
252252```
253253
254254<!-- x-release-please-end-version -->
@@ -271,7 +271,7 @@ editor shows.
271271``` text
272272artifact.html
273273 2:26 warning unpinned-runtime
274- runtime is not pinned to a version; a future release can change this artifact (pin @wix/htmdx@4.10.1 )
274+ runtime is not pinned to a version; a future release can change this artifact (pin @wix/htmdx@4.11.0 )
275275 5:10 error unknown-prop
276276 unknown prop "type" for <Callout>
277277 9:1 error body-contract
@@ -292,9 +292,9 @@ a pass.
292292<!-- x-release-please-start-version -->
293293
294294``` bash
295- npx @wix/htmdx@4.10.1 compile artifact.html --out snapshot.html
296- npx @wix/htmdx@4.10.1 components # the whole catalog, grouped by source
297- npx @wix/htmdx@4.10.1 components Foldout # purpose, body mode, props, example
295+ npx @wix/htmdx@4.11.0 compile artifact.html --out snapshot.html
296+ npx @wix/htmdx@4.11.0 components # the whole catalog, grouped by source
297+ npx @wix/htmdx@4.11.0 components Foldout # purpose, body mode, props, example
298298```
299299
300300<!-- x-release-please-end-version -->
@@ -314,11 +314,11 @@ the runtime that renders the artifact.
314314<!-- x-release-please-start-version -->
315315
316316``` bash
317- npx @wix/htmdx@4.10.1 skill # this topic (authoring)
318- npx @wix/htmdx@4.10.1 skill --list # available topics
319- npx @wix/htmdx@4.10.1 skill components # one topic
320- npx @wix/htmdx@4.10.1 skill --full # every topic in one stream
321- npx @wix/htmdx@4.10.1 skill starter > brief.html
317+ npx @wix/htmdx@4.11.0 skill # this topic (authoring)
318+ npx @wix/htmdx@4.11.0 skill --list # available topics
319+ npx @wix/htmdx@4.11.0 skill components # one topic
320+ npx @wix/htmdx@4.11.0 skill --full # every topic in one stream
321+ npx @wix/htmdx@4.11.0 skill starter > brief.html
322322```
323323
324324<!-- x-release-please-end-version -->
0 commit comments