Skip to content

Commit

Permalink
Merge pull request #910 from myk002/myk_quickstart
Browse files Browse the repository at this point in the history
support utf-8 chars in the quickstart guide
  • Loading branch information
myk002 authored Dec 31, 2023
2 parents 2dd77a5 + 0cc8562 commit 5eabada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickstart-guide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ local function get_sections()
end
local prev_line = nil
for line in lines do
line = dfhack.utf2df(line)
if line:match('^[=-]+$') then
add_section_widget(sections, section)
section = {}
Expand Down

0 comments on commit 5eabada

Please sign in to comment.