We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd77a5 commit 0cc8562Copy full SHA for 0cc8562
quickstart-guide.lua
@@ -24,6 +24,7 @@ local function get_sections()
24
end
25
local prev_line = nil
26
for line in lines do
27
+ line = dfhack.utf2df(line)
28
if line:match('^[=-]+$') then
29
add_section_widget(sections, section)
30
section = {}
0 commit comments