@@ -47,9 +47,8 @@ function Hero() {
4747 </ h1 >
4848
4949 < p className = "mt-6 text-lg md:text-xl text-muted-foreground max-w-2xl mx-auto" >
50- Mark a TypeScript code block in any < code > .md</ code > file. Testdocs
51- lifts it into a real vitest or jest test — no separate spec file, no
52- boilerplate.
50+ Mark a TypeScript code block in any < code > .md</ code > file. Testdocs lifts it
51+ into a real vitest or jest test — no separate spec file, no boilerplate.
5352 </ p >
5453
5554 < div className = "mt-10 flex flex-col sm:flex-row items-center justify-center gap-3" >
@@ -162,8 +161,7 @@ function Features() {
162161 Doctests, the way you wished they worked
163162 </ h2 >
164163 < p className = "mt-4 text-muted-foreground text-lg" >
165- Lean defaults, no setup beyond the plugin, full control when you
166- need it.
164+ Lean defaults, no setup beyond the plugin, full control when you need it.
167165 </ p >
168166 </ div >
169167 </ Reveal >
@@ -186,9 +184,7 @@ function FeatureCard({ icon: Icon, title, description }: Feature) {
186184 < Icon className = "size-5" />
187185 </ div >
188186 < h3 className = "text-lg font-semibold text-foreground" > { title } </ h3 >
189- < p className = "mt-2 text-sm text-muted-foreground leading-relaxed" >
190- { description }
191- </ p >
187+ < p className = "mt-2 text-sm text-muted-foreground leading-relaxed" > { description } </ p >
192188 </ div >
193189 )
194190}
@@ -247,19 +243,17 @@ function TerminalSample() {
247243 return (
248244 < pre className = "p-5 text-sm leading-relaxed font-mono overflow-x-auto" >
249245 < code className = { tk . body } >
250- < span className = { tk . prompt } > $</ span > { " " }
251- < span className = { tk . func } > pnpm</ span > test
246+ < span className = { tk . prompt } > $</ span > < span className = { tk . func } > pnpm</ span > test
252247 { "\n\n " }
253- < span className = { tk . pass } > ✓</ span > docs/sum.md{ " " }
254- < span className = { tk . dim } > (1)</ span >
248+ < span className = { tk . pass } > ✓</ span > docs/sum.md < span className = { tk . dim } > (1)</ span >
255249 { "\n " }
256250 < span className = { tk . pass } > ✓</ span > Adds two numbers
257251 { "\n\n " }
258252 < span className = { tk . dim } > Test Files</ span > { " " }
259253 < span className = { tk . pass } > 1 passed</ span > (1)
260254 { "\n " }
261- < span className = { tk . dim } > Tests</ span > { " " }
262- < span className = { tk . pass } > 1 passed </ span > (1)
255+ < span className = { tk . dim } > Tests</ span > < span className = { tk . pass } > 1 passed </ span > { " " }
256+ (1)
263257 </ code >
264258 </ pre >
265259 )
@@ -275,9 +269,8 @@ function Showcase() {
275269 Write a doctest. Get a test.
276270 </ h2 >
277271 < p className = "mt-4 text-muted-foreground text-lg" >
278- Tag a fence with < code className = "font-mono" > test</ code > and the
279- block's body becomes the body of an{ " " }
280- < code className = "font-mono" > it()</ code > .
272+ Tag a fence with < code className = "font-mono" > test</ code > and the block's
273+ body becomes the body of an < code className = "font-mono" > it()</ code > .
281274 </ p >
282275 </ div >
283276 </ Reveal >
0 commit comments