Skip to content

Commit 47107d1

Browse files
authored
Update alpine-js.blade.php
Torchlight does not render correctly in here. TBH, I don't know exactly why, but from the docs, I think it should the line be before the highlighted line. I added `:1` to let torchlight, highlights the next line which is `<div wire:ignore>`
1 parent ea8b1a6 commit 47107d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

alpine-js.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@ public function delete()
509509
@component('components.code')
510510
@verbatim
511511
<div>
512-
<div wire:ignore> {{-- [tl! highlight] --}}
512+
{{-- [tl! highlight:1] --}}
513+
<div wire:ignore>
513514
<select class="select2" name="state">
514515
<option value="AL">Alabama</option>
515516
<option value="WY">Wyoming</option>

0 commit comments

Comments
 (0)