This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/user/bin/python | |
#Claudia D'Adamo, December 2013 | |
# This script will reorder lines in Markdown files to be used as posts for the Dropplets blogging platform. | |
# I used Exitwp to convert Worpress files to Markdown that is compatible with Jekyll but doesn't work with what I want to do | |
import os | |
def main(): |