MaoShizhong

Results 47 issues of MaoShizhong

### Checks - [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure) - [X] I have thoroughly...

Status: Help Wanted
Content: Advanced HTML/CSS

## Because As discussed with staff, for better accessibility, note boxes should have headings which will make them click-linkable. These headings should have a consistent heading level enforced. Accessibility can...

Content: Markdownlint

## Because While flagging "this" and "here" in link text labels has been working well, it's still common that "fixed" or even new links come with labels like "video" or...

Content: Markdownlint

## Because One of #28665's aims is to improve the flow between our Express lessons and can achieve this by continuing from code from previous lessons. Therefore, the Routes lesson...

Content: NodeJS

## Because `./LAYOUT_STYLE_GUIDE.md` triggered the lesson markdownlint workflow in #28756 despite it being filtered out by `'!./*.md'` in the workflow file. From testing, it seems that `./` isn't recognised in...

## Because We use different required heading structures for lesson and project files which are currently being handled by separate config files that extend the base markdownlint config. Because of...

Content: Markdownlint

## Because ES6 modules require a dev server to be opened (as opposed to opening directly in the browser under `file://`) due to CORS. I had assumed we directly assigned...

Content: JavaScript

### Checks - [X] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md) - [X] The title of this issue follows the `command name: brief description of request`...

Status: In Progress

## Because The current `/os` command has "Windows" as a title - a carryover from when it used to be `/windows`? The embed text could also probably do with being...

## Because In #28843, the project lint workflow needed to include `_` in the path filtering as for some reason it was matching false positives without it. But it seems...