Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ordered list numbering in SSR modes page #90

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/ssr/23_ssr_modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Let me say a little more about what I mean.
Leptos supports all the major ways of rendering HTML that includes asynchronous data:

1. [Synchronous Rendering](#synchronous-rendering)
1. [Async Rendering](#async-rendering)
1. [In-Order streaming](#in-order-streaming)
1. [Out-of-Order Streaming](#out-of-order-streaming) (and a partially-blocked variant)
2. [Async Rendering](#async-rendering)
3. [In-Order streaming](#in-order-streaming)
4. [Out-of-Order Streaming](#out-of-order-streaming) (and a partially-blocked variant)

## Synchronous Rendering

Expand Down