···11<div class="file-body file-code code-view">
22 <div>
33 <ol class="tw-p-0 tw-m-0">
44- {{/* if the expected line number does not match
55- the actual line number end the ordered list
66- and begin a new one */}}
44+ {{/* if the expected line number does not match
55+ the actual line number end the ordered list
66+ and begin a new one */}}
77 {{$expNum := 0}}
88 {{range .SearchResult.Lines}}
99 {{if and (gt $expNum 0) (ne .Num $expNum)}}