-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Feature Request: return parsed markdown body (html body) via API #6135
Comments
How does |
It's similar to Gitlab's implementation. It works, but when fetching list of comments, we have to call |
(I haven't looked at the code yet.) Is the rendered markdown HTML stored in the database or rendered for every request? |
Me neither 😅 In fact, I'm not familiar with this project |
( |
So I think this could be closed? |
Where is and when was this feature implemented? |
Description
Currently, we can only get the raw body (markdown string) of issues/comments via API. i.e. the
body
field:Hope we can generate parsed body (HTML string) via API.
application/vnd.github.v3.html+json
to returnbody_html
field - REFmarkdown
API to parse markdown string to HTML string by users - REFcontent.html
by default - REFThe text was updated successfully, but these errors were encountered: