Commit graph

34 commits

Author SHA1 Message Date
谭九鼎
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
Julien Couvreur
68b7a84096
Merge pull request #1425 from carlreinke/remove-asterisks
Remove superfluous asterisks
2018-07-29 11:16:01 -07:00
Dmytro Dorodnykh
ac5f60aa23 Fix brace | add semicolon 2018-07-13 12:15:51 +03:00
JacekSmi
ebeb8f6488 Unnecessary closing brace (#1405) 2018-04-17 19:21:19 -04:00
Carl Reinke
6d24873592 Remove superfluous asterisks 2018-03-31 21:48:33 -06:00
Petr Onderka
41f25e80dc Fixed structs link (#720) 2018-01-25 13:17:27 -08:00
stakx
7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
Zheng Chen
34310c6853 Fix ANTLR in Expression (#1134)
There's no definition of `interpolated_string anywhere`.

But I found the `interpolated_string_expression`.

So I fixed the reference.
2017-12-10 02:09:38 -08:00
levanter
cd15c238fb Fix operator '*' to '-' in unary operators section (#1141) 2017-12-10 02:05:51 -08:00
Bill Barry
4d9f1affaf missing spaces between some words (#1160) 2017-12-10 02:05:00 -08:00
Leonardo Pedro da Silva de Sousa
479f29fc61 Correction of word "contextual" (#1132)
Merging on behalf of @SousaL 
Thanks for the correction
2017-11-29 11:27:23 -08:00
Mads Torgersen
c0c834e4c9 Merge pull request #1000 from mairaw/patch-1
fix spacing
2017-10-18 08:56:01 -07:00
Bill Wagner
eb528dbd21 remove anchors to H1 tags
When the C# spec is incorporated into the docs.microsoft.com build, any links that include anchors generate warnings when the link is to the H1 tag in the first line of the file. These should be simple file links.

This PR removes the extra anchor tags
2017-10-14 15:21:38 -04:00
Maira Wenzel
868b881ca5 fix spacing 2017-10-13 15:21:44 -07:00
Petr Onderka
0bffa700db Small fixes related to async (#759) 2017-09-07 15:30:46 -07:00
Michael Clark
cc435ac889 Correct rendering of Expressions table (#743) 2017-09-07 10:09:26 -07:00
Andrew Janke
abf132bc7d Spec: Fix missing-space typo in Basic Concepts (#800) 2017-09-07 10:03:11 -07:00
gzak
c6084741e4 fix typo in property_initializer syntax (#770) 2017-09-07 10:00:05 -07:00
Petr Hudeček
1bbcfb2378 Typo in markup (#617)
There was a backtick where it should have been an asterisk.
2017-06-05 12:52:43 -07:00
Braedon
231bb29811 Fixed typos (#635) 2017-06-05 12:51:35 -07:00
Petr Onderka
5fe84bb47b Fixed formatting in Expressions (#523)
* Fixed | in table
* Removed stray `
2017-05-03 14:11:52 -07:00
Petr Onderka
dcabca1a59 Removed stray ` (#394) 2017-04-04 15:18:30 -07:00
LouisFr81
a8c5fb4298 Space missing between 'i' and 'is' (#260)
Merging on behalf of @LouisFr81. Thanks
2017-03-14 11:10:28 -07:00
Scott Dorman
d432a56ddd Fixes #160. (#174)
Fixes #160
2017-02-27 12:42:38 -08:00
Mads Torgersen
2bf35bd23e Update READMEs for discussion in GitHub issues 2017-02-13 16:20:11 -08:00
LouisFr81
3f8bf1c23a grammar correction 2017-02-09 12:11:20 +01:00
Mads Torgersen
3b7e2ddf89 Merge pull request #16 from stephentoub/fix_nullempty_array
Update spec'd behavior of fixed with null/empty array
2017-02-02 19:46:18 -08:00
Sam Harwell
380631f0cc Require an asterisk to close a delimited_doc_comment
Prior to this change, the grammar showed that the asterisk in the '*/' pair
that closes a block comment was optional. This change updates the grammar
rule to require at least one asterisk to appear.
2017-02-01 22:45:24 -06:00
Stephen Toub
fc7e0f6d81 Update spec'd behavior of fixed with null/empty array 2017-02-01 22:16:05 -05:00
Mads Torgersen
a3a5aa01ed Update READMEs 2017-02-01 10:56:32 -08: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
Anthony D. Green
908fcfb51f Add directory structure for repo. 2017-01-06 13:19:16 -08:00