How to convert a documentation page to markdown

References for the markdown syntax

Official traditional markdown syntax: http://daringfireball.net/projects/markdown/syntax

Github flavored markdown that extends the traditional markup: https://help.github.com/articles/github-flavored-markdown

Note: The only difference between the github flavored and the traditional markdown is the usage of the underscore: https://help.github.com/articles/github-flavored-markdown#multiple-underscores-in-words

Filenames

Use UpperCamelCase convention, for example: FrameworkConcepts.md.

How to convert

Copy, paste a documentation content to an editor and reformat it with the markdown syntax. In the case that the documentation page has a table of contents, ignore the table of contents.

Leave links intact but rename to the UpperCamelCase.md convention.

Things to pay attention at conversion: