Skip to content

A RESTful API written in Flask that converts Markdown into HTML compatible to be used with Pandoc and most CSS libraries.

Notifications You must be signed in to change notification settings

agamjolly/markdown-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown API

A RESTful API written in Flask that converts Markdown into HTML compatible to be used with Pandoc and most CSS libraries.

Idea

This API would convert all POSTed markdown code into basic HTML with no CSS styling.

  • A POST request to the API would ensure that the data is sent to the backend server with the appropriate Markdown code.

  • This POST request would be returned with compressed HTML code.

Checklist

  • Work on the converter on CLI
  • Compress markdown and work on unique div classes
  • Handling line breaks

About

A RESTful API written in Flask that converts Markdown into HTML compatible to be used with Pandoc and most CSS libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages