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 Support for Horizontal Rule in Markdown #12

Closed
bhavik001 opened this issue Sep 29, 2023 · 1 comment
Closed

Add Support for Horizontal Rule in Markdown #12

bhavik001 opened this issue Sep 29, 2023 · 1 comment

Comments

@bhavik001
Copy link
Owner

bhavik001 commented Sep 29, 2023

Description:

  • I want to introduce support for horizontal rules in our Markdown rendering. When users add --- in their Markdown, it should be converted to an <hr> tag in the HTML output.

Steps to Implement:

  • Implement the functionality to convert --- in Markdown to an <hr> tag in the rendered HTML.
@bhavik001
Copy link
Owner Author

bhavik001 commented Sep 29, 2023

close by fb0a837

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