You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previewing my comment before rendering. Job story: When creating my comment and using markdown I want to preview the result so that I have confidence it looks correct before submitting (esp as i don't know whether i can edit afterwards).
Both gittalk and gitment support previewing the comment. e.g. this is gitment
Proposed solution
Like gitment or gittalk. I can imagine one issue is that you support multiple backends and that may cause issues re previewing in that they may operate a bit differently. I have not yet looked deeply at the code so I don't have exact ideas how to implement or how gitment does it
The text was updated successfully, but these errors were encountered:
Some platforms provide api for rendering markdown content. We can enable this feature for those platforms, so we don't have to import markdown renderer ourselves.
This feature has already been proposed in #80 , which is marked as stale yesterday. So I'll keep this issue open until it is supported
What problem does the feature solve?
Previewing my comment before rendering. Job story: When creating my comment and using markdown I want to preview the result so that I have confidence it looks correct before submitting (esp as i don't know whether i can edit afterwards).
Both gittalk and gitment support previewing the comment. e.g. this is gitment
Proposed solution
Like gitment or gittalk. I can imagine one issue is that you support multiple backends and that may cause issues re previewing in that they may operate a bit differently. I have not yet looked deeply at the code so I don't have exact ideas how to implement or how gitment does it
The text was updated successfully, but these errors were encountered: