When copying and pasting stacks from PerfView into a github issue, markdown is pasted in. (yay!)
But because most lines start with +, github considers them to be bulleted list items instead of members of the same table. Adding a | character to the front of each of these lines forces them to be rendered as part of the same table. Today, that's a manual process. Can PerfView do this automatically?