How to parse problem body

How to parse problem body? I tried HTML as well as markdown renderer but none worked properly.

Please tell us if there is a specific library/renderer used to render the problem body.

Thanks

@tanmaydatta, as of now we do not use any library or renderer for parsing problem body. You would have to either write your own parsing logic or search for specific library which can do this for you.