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. #8

Merged
merged 4 commits into from
Sep 19, 2023
Merged

Conversation

Rachit1313
Copy link
Contributor

Hi,

The implementation for the changes specified in issue #7 has been completed. Kindly review the commits linked to this and let me know if any changes are required.

Updates:
Readme updated regarding the new feature
updated the main function to check for .md extensions and pass to the new function created.
The new function handles replacing #,##,### with h1,h2,h3 and parses paragraphs with a similar logic of consecutive lines being in the same paragraph.

Thank you.

@Rachit1313 Rachit1313 changed the title Add initial support for Markdown. Fixes #7 Add initial support for Markdown. Sep 18, 2023
mnajibi

This comment was marked as duplicate.

@mnajibi mnajibi closed this Sep 19, 2023
@mnajibi mnajibi reopened this Sep 19, 2023
Copy link
Owner

@mnajibi mnajibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mnajibi mnajibi merged commit 84066ea into mnajibi:main Sep 19, 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.

None yet

2 participants