Fix markdown headings
authorOmair Majid <omajid@redhat.com>
Mon, 20 Mar 2017 22:12:33 +0000 (18:12 -0400)
committerOmair Majid <omajid@redhat.com>
Mon, 20 Mar 2017 22:12:33 +0000 (18:12 -0400)
commit737c5098360e2d94ad514e77811bb9e65e07aec0
tree76c037f3b7d83d1bbc092b9eae1098b11ff54a39
parent5a9cb0266244974e6ae0bf0d485c2d3b217a057f
Fix markdown headings

GitHub recently changed how atx headings (beginning with `#`) are
rendered. A space is now required between `#` and the following text
for the heading to be recognized.

Update headings in the docs to match the expected format.

See https://github.github.com/gfm/#atx-headings

Commit migrated from https://github.com/dotnet/coreclr/commit/765f28934dc3c47e0f3658a818bcc04d3c71c9ef
docs/coreclr/botr/README.md
docs/coreclr/building/debugging-instructions.md
docs/coreclr/building/windows-instructions.md
docs/coreclr/coding-guidelines/EventLogging.md
docs/coreclr/coding-guidelines/cross-platform-performance-and-eventing.md
docs/coreclr/project-docs/linux-performance-tracing.md
docs/coreclr/project-docs/profiling-api-status.md
docs/coreclr/workflow/IssuesFeedbackEngagement.md
docs/coreclr/workflow/RunningTests.md