ranfdev/Geopard

Better bullet points

Closed this issue · 2 comments

Better bullet points

my thought was something like

regex.replace_all(input, "^\* ", "\t• ")

So basically just converting the * at the beginning of the line to a tab and then a Unicode bullet (U+2022)

Awesome that you used my suggestion :)