Skip to content

Commit

Permalink
adding a space inbetween levels fixed the markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Bassett committed Dec 11, 2015
1 parent 2f68fb6 commit dca9eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion verismm/verismm_to_markdown.py
Expand Up @@ -32,4 +32,5 @@ def parse_verismm(d, skill):
for skill in skills[level]:
print " * {0}".format(skill)
for record in skills[level][skill]:
print " * {0}".format(record)
print " * {0}".format(record)
print ""

0 comments on commit dca9eaf

Please sign in to comment.