fix: remove duplicate code in markdown.py and document both markdown files in README#377
Merged
Durgeshwar-AI merged 2 commits intoJun 23, 2026
Conversation
… document both files in README
|
@Nakshathra-2808 is attempting to deploy a commit to the Durgeshwar's projects Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
@Nakshathra-2808 Did you check whether the tool is still working or not? |
Contributor
Author
|
Hi @Durgeshwar-AI — yes, I tested it end-to-end now. Backend started cleanly and I confirmed /convertMdToHtml works correctly via curl (heading and bold text rendered properly with the embedded theme CSS). I also ran the frontend (npm run dev), uploaded a test .md file through the UI, and the converted .html downloaded and rendered correctly in the browser. Side note: while getting the server to start, I hit two unrelated pre-existing bugs blocking python main.py entirely — opened a separate PR for those here: #[new PR number] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #375
Changes made
Testing