eschao / MyGit-Extension

A Chrome/Firefox extension for GitHub website
Apache License 2.0
3 stars 1 forks source link

Show issue description as html format in preview dialog #17

Open eschao opened 7 years ago

eschao commented 7 years ago

Most issue description are markdown format after we fetch them through GItHub api. The markdown format should be converted to html format to get a better layout and make it more easily reading.

Converting markdown to html is a bit complicated and maybe bring performance problem. We need time to find out a good 3rd library to use or write a simple converter for us.