Commit graph

2 commits

Author SHA1 Message Date
Bill Wagner a4c9db9a69
Address docs build warnings (#5102)
* fix docs suggestions

There are two different types of changes in this PR:

- H1s should use ATX headers (`#`)
- tables should have a header row that is not empty.

* replace docs links with source

This addresses another docs build warning. The docs build system flags absolute links to the pages on docs.microsoft.com as warnings, which should be replaced with relative links. This fix changes the link to the source doc on GitHub. I'm currently looking for a better solution.

* Revert "replace docs links with source"

This reverts commit b40cfc9632.
2021-08-23 14:33:02 -04:00
Neal Gafter 6027ad5a4a Add markdown specification (#9)
* Initial port of the C# 6 specification; all the heavy lifting had been done by @ljw1004
* Remove pdf, html versions and grammar versions until we figure out how to build them.
2017-02-01 10:35:24 -08:00