Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): add support for language specific notes #5810

Merged
merged 1 commit into from
Mar 17, 2021
Merged

chore(docs): add support for language specific notes #5810

merged 1 commit into from
Mar 17, 2021

Conversation

avodovnik
Copy link
Contributor

This PR lets us define notes in markdown, that are language specific, for example:

Contains the request's resource type as it was perceived by the rendering engine. ResourceType will be one of the
following: `document`, `stylesheet`, `image`, `media`, `font`, `script`, `texttrack`, `xhr`, `fetch`, `eventsource`,
`websocket`, `manifest`, `other`.

:::note csharp
The resource types are available as constants in [ResourceTypes].
:::

which would mean we can include small information nuggets like here more easily without having to override the entire comment.

@avodovnik avodovnik merged commit 693e569 into microsoft:master Mar 17, 2021
pavelfeldman added a commit that referenced this pull request Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants