LennyHirsch / MD-to-JSON-parser

Markdown to JSON parser written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MD-to-JSON-parser

Markdown to JSON parser written in Python. Creates a file called worksheet.js in the same directory as the original worksheet, which contains the JSON version of the markdown worksheet.

##Schema:

  python code snippets

Also supports inline code snippets, bold and italics.

##Requirements:

Parser requires several files:

  • worksheet.md - markdown version of a worksheet
  • overview.md - an overview or description of the worksheet
  • DIFFICULTY - a file containing the difficulty of the worksheet e.g. 3/5 or 2.5/5
  • 'images' directory containing any images used

Parser file should be placed in the same directory as the required files. The parser will take the containing directory name as a title for the worksheet.

About

Markdown to JSON parser written in Python


Languages

Language:JavaScript 63.0%Language:Python 37.0%