microsoft / api-guidelines

Microsoft REST API Guidelines
Other
22.66k stars 2.71k forks source link

Invalid Examples of group versioning table markdown #440

Open tryonelove opened 1 year ago

tryonelove commented 1 year ago

Markdown Issue

I think it should look like that (according to the table below with Version Format | Example | Interpretation headers), but I'd like to get a confirmation regarding that.

12.1.1.1 Examples of group versioning
Group Major.Minor
1.0
1.1
2012-12-01 1.2
1.0
2.0
3.0
3.1
3.2
2013-03-21 3.3
Petermarcu commented 1 year ago

Yes, I believe so, would you like to make a PR?

tryonelove commented 1 year ago

Yes, I believe so, would you like to make a PR?

Sure, will do.

tryonelove commented 1 year ago

I guess I was mislead to the master branch, whereas vNext is currently default one. Is the issue relevant for the master branch?