Skip to content

Commit cb39e7f

Browse files
committed
docs: escape < in roadmap perf-baseline bullet so MDX doesn't read it as JSX
Docusaurus 3 uses MDX, which sees `<30s` as the opening of a JSX tag and aborts compilation with 'Unexpected character 3 before name'. Replaced with the prose 'under Ns' form.
1 parent 67a6548 commit cb39e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The full plan lives in [`V1_PLAN.md`](https://github.com/awbx/fhir-dsl/blob/main
2929
### Stability scaffolding
3030

3131
- Deprecation pass with `@deprecated` tags + console warnings.
32-
- Performance baseline (generator <30s on R4 + US Core; 1k-resource Bundle <100ms parse+validate; FHIRPath 10k iters <500ms).
32+
- Performance baseline (generator under 30s on R4 + US Core; 1k-resource Bundle under 100ms parse+validate; FHIRPath 10k iters under 500ms).
3333
- Documentation parity between README, generated TSDoc, and this docs site.
3434
- Hand-written v1.0.0 changelog entry.
3535

0 commit comments

Comments
 (0)