Skip to content

Commit 02013a6

Browse files
authored
Improve formatting in manual highlights (#569)
1 parent 01916cb commit 02013a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ It is a port of the Go ECS [Ark](https://github.com/mlange-42/ark).
2929
- Designed for [performance](@ref Benchmarks) and highly optimized.
3030
- Well-documented, type-stable [API](@ref).
3131
- [Entity relationships](@ref) as a first-class feature.
32-
- [Storage mode](@ref component-storages) per component for ergonomics and SIMD,<br>with support for user-defined storages.
32+
- [Storage mode](@ref component-storages) per component for ergonomics and SIMD,
33+
with support for user-defined storages.
3334
- Extensible [event system](@ref "Event system") with filtering and custom event types.
3435
- Fast [batch operations](@ref "Batch operations") for mass manipulation.
3536
- Built-in [GPU integration](@ref GPU-Storages) for [maximal performance](@ref CPU-vs.-GPU-Storage).

0 commit comments

Comments
 (0)