Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Markdown files #2

Open
talkingtoaj opened this issue Oct 4, 2023 · 0 comments
Open

Support for Markdown files #2

talkingtoaj opened this issue Oct 4, 2023 · 0 comments

Comments

@talkingtoaj
Copy link
Owner

Currently only Word .docx files are supported (considered the most user friendly for exam developers who are not coders), however Python is able to process Markdown much better than word documents.

We should create a base class with Word or Markdown handling as instantiated subclasses, according to the format of files detected in the input folder.

I suggest for simplicity, as a first step we should require that all files in the input folder are of the same type, and raise an error if they are not. Output file for markdown might be HTML or PDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant