Skip to content

s3anmorrow/markdown-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Me

Converts my lesson plans from DOCS to Markdown for the big migration away from stupid MS Word (why did it take me so long?)

Usage

Copy the extract.py file into each unit folder of a course and run with command:

python md-me.py

The script will go through all word document files and convert them to markdown and do some minor formatting fixes.

Some tweaks that will need to be done with the generated md files:

  • all markdown characters (-,>,<,*,#,etc) will be escaped with a backslash - this is required for normal text but in code blocks (marked with ```) will be make the code unreadable
  • indentation will need to be done to get the tabbing correct
  • code blocks will be formatted correctly if a ''' is added around the code blocks in the word document prior to conversion. Can be automated in word:
    • do an "Advanced Find and Replace" searching for New Courier font (font used for all code snippets in my lesson plans)
    • do replace all with ^l^&^l

Good markdown references:

Requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages