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

Add Markdown Support #15

Merged
merged 7 commits into from
Sep 22, 2023
Merged

Conversation

Amir-Helali
Copy link
Contributor

Changes:

  • Updated the README file to reflect the added Markdown feature. Added an example of Markdown transformation. Updated the Display the help message section.
  • Updated the contents of example3.md for testing.
  • Added extra conditions to check for .md files in the code.
  • Updated the error messages to reflect if no .md files were found.
  • Updated the WriteHtml function to check for # character in order to convert it to HTML <h1>. If a markdown file has a heading1 in it, the text for heading1 will be used instead of the title.
  • Updated the success message when a .md file is converted to HTML.
  • Tested and made sure these additions didn't break the original code.

This fixes #14

@Namatuzio Namatuzio merged commit 4188479 into Namatuzio:main Sep 22, 2023
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

Successfully merging this pull request may close these issues.

Adding Markdown Feature
2 participants