master
flem 12 months ago
commit 71623e9a32

@ -53,6 +53,7 @@ for folder in materials:
card = markdown.markdown(md) card = markdown.markdown(md)
#print(card) # the print of all the md files #print(card) # the print of all the md files
card = f'<div class="card text">{ card }</div>' card = f'<div class="card text">{ card }</div>'
card = f'<div class="card text">{ card }</div>'
cards[folder][card_folder].append(card) cards[folder][card_folder].append(card)
elif my_file.endswith(('.jpg', '.jpeg', '.png')): elif my_file.endswith(('.jpg', '.jpeg', '.png')):
if 'prototype_' in my_file: if 'prototype_' in my_file:
@ -108,6 +109,14 @@ for page in range(number_pages):
{card_6} {card_6}
{card_7} {card_7}
{card_8} {card_8}
{card_1}
{card_2}
{card_3}
{card_4}
{card_5}
{card_6}
{card_7}
{card_8}
</div> </div>
''' '''

Loading…
Cancel
Save