Tables support for SF.net pages

I have wiki in MD (sf.net). Tables viewed bad- http://jgm.github.io/stmd/js/

Example

Possible values of `app_proc(id, text='')` id:

Id | Meaning
---|--------
`PROC_GET_CLIP` | Returns clipboard text, limited by length `int(text)`. Pass empty string or '0' to not limit.
`PROC_SET_CLIP` | Copies text to clipboard.

Tables are not part of neither the original description or the spec, so it doesn’t seem surprising that it isn’t rendered properly (or actually is rendered properly).

Tables does not seem to be a thing that is going to be part of core, but you can read more here: Tables in pure Markdown