MLH / mlh-hackathon-flask-starter

Hackathon starter project for Flask applications
MIT License
731 stars 286 forks source link

Adds support for markdown files #2

Closed nlaz closed 5 years ago

nlaz commented 5 years ago

Description

This PR adds basic documentation in the form of markdown files, it also uses GitHub's API to parse the markdown file in HTML, and lastly, renders that documentation on some simple pages. It also adds a simple stylesheet for the markdown-related styles.

Blockers

This PR is a branch from https://github.com/nlaz/github-hackathon-starter/pull/1 and requires that earlier PR to be merged first.

theycallmeswift commented 5 years ago

@nlaz can you change the base branch of this to be the branch from #1 so it's easier to reveiw?

nlaz commented 5 years ago

@theycallmeswift You got it.