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

code blocks specified language yaml #2380

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ which can be thought of loosely as a "role".
A good example is nesting `process` at `process.parent`, to capture the parent of a process.
In these cases, we replace the "flat" key name with a small object with keys `at` and `as`:

```
```YAML
reusable:
top_level: true
expected:
Expand All @@ -115,7 +115,7 @@ The above defines all process fields in both places:
The `beta` marker can optionally be used along with `at` and `as` to include a beta marker in the field reuses section, marking specific reuse locations as beta.
Beta notices should not have newlines.

```
```YAML
reusable:
top_level: true
expected:
Expand All @@ -127,7 +127,7 @@ Beta notices should not have newlines.
The `short_override` marker can optionally be used along with `at` and `as` to set the short description of the nested field, instead of defaulting to the top-level fieldset's short description.
Like short, descriptions must not have newlines.

```
```YAML
reusable:
top_level: true
expected:
Expand Down