Featrure Request: Add tables to the product description areas for developers

It would be great if we could use markdown in the descriptions of our assets packs when we post them. This is especially an issue with 3D qassets packs where we now need to specify the LOD info (vertices and triangles) of each of the assets! Right now when I enter this info it comes out like this:

LOD 0 Vertices Triangles
SM_One 12,034 10,000
SM_Two 925 875

And it is displayed to the buyers like that! What I want to do is to use markdown language to do the following:

LOD 0 Vertices Triangles
SM_One 12,034 10,000
SM_Two 925 875

Much more readable for the browsing customer. :slight_smile: