Removed underline in note list, added hint that post #s can be clicked.

master
AardCrowley 2 years ago committed by GitHub
parent ce520634aa
commit 69af597387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,7 +126,9 @@ end
function hyperlinknotes(lines)
for i,v in ipairs(lines) do
if i < 5 or i == #lines then
if i == 1 then
Simulate(stylesToANSI(v) .. ColoursToANSI(" @C(Post numbers are clickable)") .. "\n")
elseif i < 5 or i == #lines then
Simulate(stylesToANSI(v) .. "\n")
else
for j,k in ipairs(v) do

Loading…
Cancel
Save