mirror of https://github.com/Hilbis/Hilbish
parent
d48a66e393
commit
7bfd7b12c4
|
@ -93,7 +93,7 @@ Available sections: ]] .. table.concat(modules, ', ')
|
|||
else
|
||||
return '{underline}{green}'
|
||||
end
|
||||
end):gsub('#+.-\n', function(t)
|
||||
end):gsub('\n#+.-\n', function(t)
|
||||
local signature = t:gsub('<.->(.-)</.->', '{underline}%1'):gsub('\\', '<')
|
||||
return '{bold}{yellow}' .. signature .. '{reset}'
|
||||
end)))
|
||||
|
|
Loading…
Reference in New Issue