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 initial support for Markdown #10

Merged
merged 5 commits into from Sep 15, 2023
Merged

Conversation

avelynhc
Copy link
Contributor

Fixes #9

  • I've added a new method in src/utils.js that enables the conversion of .md files to .html files using regex and .replace. This makes the code concise and easy to understand.
  • Updated README.md file to include a new feature. New feature includes information about Markdown and how to use this new feature.

@avelynhc avelynhc marked this pull request as draft September 15, 2023 16:38
@avelynhc avelynhc marked this pull request as ready for review September 15, 2023 16:38
@bhavik001 bhavik001 merged commit 0bbb7bb into bhavik001:main Sep 15, 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.

Add markdown support
2 participants