Skip to content
Closed
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
13 changes: 4 additions & 9 deletions content/en-us/tutorials/curriculums/core/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
---
title: Core curriculum
description: Learn the technical and creative essentials to building Roblox experiences.
next: /tutorials/curriculums/core/building/create-a-project
hideInPageNavigation: true
hideBreadcrumbs: true
---

<>
---steal a brainrot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • Trailing spaces (MD009/no-trailing-spaces)
  • Expected: 0 or 2; Actual: 1.

For more information, see the Markdownlint docs for MD009/no-trailing-spaces. You might be able to fix this by using markdownlint for VS Code or by running npm ci && npm run markdownlint.

⛔️ This change is a requirement. Please fix it before merging.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • First line in a file should be a top-level heading (MD041/first-line-heading/first-line-h1)

For more information, see the Markdownlint docs for MD041/first-line-heading/first-line-h1.

⛔️ This change is a requirement. Please fix it before merging.



Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • Multiple consecutive blank lines (MD012/no-multiple-blanks)
  • Expected: 1; Actual: 2.

For more information, see the Markdownlint docs for MD012/no-multiple-blanks. You might be able to fix this by using markdownlint for VS Code or by running npm ci && npm run markdownlint.

⛔️ This change is a requirement. Please fix it before merging.


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • Multiple consecutive blank lines (MD012/no-multiple-blanks)
  • Expected: 1; Actual: 3.

For more information, see the Markdownlint docs for MD012/no-multiple-blanks. You might be able to fix this by using markdownlint for VS Code or by running npm ci && npm run markdownlint.

⛔️ This change is a requirement. Please fix it before merging.

<Grid
alignItems="stretch"
container
Expand Down
Loading