-
Notifications
You must be signed in to change notification settings - Fork 219
Implements markdown and priview functionality #513
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
Implements markdown and priview functionality #513
Conversation
Deploy preview for donut-frontend failed. Built with commit 48659f0 https://app.netlify.com/sites/donut-frontend/deploys/5f0836f3588ca70007081be2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AuraOfDivinity But I think this is saving the HTML of the post content in the backend.
Also during rendering the post content in cards it's showing HTML.
Please handle this.
Thanks for this PR Asel. Great wotk 👍
textpattern_patterns: [ | ||
{ start: "#", format: "h1" }, | ||
{ start: "##", format: "h2" }, | ||
{ start: "###", format: "h3" }, | ||
{ start: "####", format: "h4" }, | ||
{ start: "#####", format: "h5" }, | ||
{ start: "######", format: "h6" }, | ||
{ start: "* ", cmd: "InsertUnorderedList" }, | ||
{ start: "- ", cmd: "InsertUnorderedList" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am so happy to see this 👍
Glad to see this. Leaving on @vaibhavdaren to check within technicalties |
@AuraOfDivinity Is this issue fixed? |
@AuraOfDivinity please fix asap |
The content is rendered in the exact way it is typed in the editor now. @vaibhavdaren @Rupeshiya |
Cool!! |
Fixes #507
Implements Markdown and preview functionality.

Please review @Rupeshiya @jaskiratsingh2000 @vaibhavdaren @devesh-verma