I don't like the first syntax because then you have weird looking code due to all the leading whitespace, and you lose a lot of real estate.
3 Matching Annotations
- Sep 2022
-
github.com github.com
-
- Oct 2020
-
-
I'm more inclined towards an {@ tag than a {# tag because the indentation could quickly get out of control
Contrast with: https://hyp.is/U_7sXhGREeumDJvbgTImjQ/github.com/sveltejs/svelte/pull/4601
-
-
github.com github.com
-
{#with someExpression as someVariable} <p>{someVariable}</p> {/with}
-