flask server to upload csv file and download markdown and pdf
This commit is contained in:
@@ -84,7 +84,8 @@ def write_q_and_a_to_markdown_file(markdown_file, q_and_a):
|
||||
alpha = alphabet[i]
|
||||
markdown_file.writelines(' - {}) {}'.format(alpha, q_and_a.answerArray[i]))
|
||||
|
||||
markdown_file.writelines('---')
|
||||
markdown_file.writelines('\n')
|
||||
markdown_file.writelines('---') # TODO leave out for the last page?
|
||||
return markdown_file
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user