HydPy / meetup-manager

Django app for automating Meetup Organising taks
MIT License
7 stars 4 forks source link

[WIP] Parser for github issues created #18

Open progmatic-99 opened 4 years ago

progmatic-99 commented 4 years ago

Fixes #8 Changes:

progmatic-99 commented 4 years ago

Before we merge this, did we also try with any of the existing options for markdown parsing?

What are the challenges / issues we faced with those?

Most of the markdown parsers that i have seen convert .md into .html which we do not need for this task, imo. As the parser deals with a specified problem rather than a general one, it would be better to write our own parser.