Commit bee5754
fix(defineMedia): replace tab with spaces in redirect_from YAML (#6566)
The YAML front matter in defineMedia.md used a hard tab character
to indent the redirect_from list item. YAML does not allow tabs as
indentation, causing Jekyll to throw a parse error and skip the file
entirely. As a result, the Define Media adapter was not rendered on
the download page.
Replace the tab with two spaces to fix the YAML parse error.
Co-authored-by: flow1907 <mklumpp84@gmail.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 547d2fd commit bee5754
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments