Skip to content

Commit

Permalink
output description as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Jun 18, 2024
1 parent 9bd24bc commit 65fd6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
}
$: groups = source.match(regex)?.groups
$: result = groups ? removeEmptyLines(`<Transition {show}
$: result = groups ? removeEmptyLines(`<!-- ${groups.description} -->
<Transition {show}
enter=${groups.enter}
enterFrom=${groups.enterFrom}
enterTo=${groups.enterTo}
Expand Down

0 comments on commit 65fd6b6

Please sign in to comment.