mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 16:31:59 +00:00
updated lite
This commit is contained in:
parent
c91fc850c1
commit
3e3a4d565b
1 changed files with 4 additions and 0 deletions
|
|
@ -7320,6 +7320,10 @@ Current version indicated by LITEVER below.
|
|||
let d = o.match(l);
|
||||
if (d) {
|
||||
let i = d[0].split("|").map(t => t.trim());
|
||||
if(i.length>2 && i[0]=="" && i[i.length-1]=="") //fix for empty ends
|
||||
{
|
||||
i = i.slice(1, -1);
|
||||
}
|
||||
outp += `<tr class='tablelines'><td class='tablelines'>${i.join("</td><td class='tablelines'>")}</td></tr>`
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue