summaryrefslogtreecommitdiff
path: root/Documentation/workflow
diff options
context:
space:
mode:
authorOmair Majid <omajid@redhat.com>2017-03-20 18:12:33 -0400
committerOmair Majid <omajid@redhat.com>2017-03-20 18:12:33 -0400
commit765f28934dc3c47e0f3658a818bcc04d3c71c9ef (patch)
tree2b702c638ef65a3c87c0b9d01520b3e0f4992863 /Documentation/workflow
parent281da0a152ff5dc65b4bebcc95d19ec8e4a4508e (diff)
downloadcoreclr-765f28934dc3c47e0f3658a818bcc04d3c71c9ef.tar.gz
coreclr-765f28934dc3c47e0f3658a818bcc04d3c71c9ef.tar.bz2
coreclr-765f28934dc3c47e0f3658a818bcc04d3c71c9ef.zip
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
Diffstat (limited to 'Documentation/workflow')
-rw-r--r--Documentation/workflow/IssuesFeedbackEngagement.md2
-rw-r--r--Documentation/workflow/RunningTests.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/workflow/IssuesFeedbackEngagement.md b/Documentation/workflow/IssuesFeedbackEngagement.md
index f83b2b6a89..4346ed90f3 100644
--- a/Documentation/workflow/IssuesFeedbackEngagement.md
+++ b/Documentation/workflow/IssuesFeedbackEngagement.md
@@ -16,7 +16,7 @@ Before you log a new issue, you should try using the search tool on the issue pa
If you want to ask a question, or want wider discussion (to see if others share you issue), we encourage you to start a thread
in the [.NET Foundation forums](http://forums.dotnetfoundation.org/).
-###Chat with the CoreCLR Community
+### Chat with the CoreCLR Community
For more real-time feedback you can also start a chat session by clicking on the icons below.
diff --git a/Documentation/workflow/RunningTests.md b/Documentation/workflow/RunningTests.md
index 0cf84be125..65957f476d 100644
--- a/Documentation/workflow/RunningTests.md
+++ b/Documentation/workflow/RunningTests.md
@@ -1,5 +1,5 @@
-#Running .NET Core Tests
+# Running .NET Core Tests
TODO - Incomplete.