Commit graph

14 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
Andrew Dashkov 835828da4e
Add the missing letter (#3334)
"The type parameters can the be used" -> "The type parameters can then be used"
2021-03-01 15:05:41 -08:00
Tom Pratt 892af9016b Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
Julien Couvreur 7f7fc6e9e1
Merge pull request #2374 from Unknown6656/patch-2
Added missing code tag as pointed out in #2371
2019-09-10 14:43:54 -07:00
Nick Schonning 870cc06bea fix: MD038/no-space-in-code
Spaces inside code span elements
2019-04-13 14:23:40 -04:00
Andy De George a19fac74c0 Update introduction.md (#2396)
Fixes #11677
2019-04-09 16:42:40 -04:00
Unknown6656 379747044f
Added missing code tag as pointed out in #2371
See #2371
2019-03-28 10:38:38 +01:00
谭九鼎 ea97dee302 Fix vertical escape in table (#1946) 2018-10-22 13:30:47 -07:00
Bill Wagner d93a726f4c looked for other code fenced bars
Removed them as well.
2018-08-21 16:54:43 -04:00
Bill Wagner 36504baa66 don't escape vertical bar
Fixes dotnet/docs#6335

Because these are in a code fence, the back-slash was rendering on the docs platform. This still renders correctly in GFM, and on docs.

/cc @HankiDesign
2018-08-21 16:35:44 -04:00
JacekSmi ebeb8f6488 Unnecessary closing brace (#1405) 2018-04-17 19:21:19 -04:00
stakx 7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
Michael Clark cc435ac889 Correct rendering of Expressions table (#743) 2017-09-07 10:09:26 -07: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