Loading...
Loading...
Compare original and translation side by side
markdownlint --fixmarkdownlint.markdownlint.jsonmarkdownlint --fixmarkdownlint.markdownlint.json.markdownlint.json.markdownlint.json# HeadingHeading\n===<video># 标题标题\n===<video>undefinedundefined
- Use ATX style (`#`) not underline style
- One H1 per file (usually the title)
- Maintain heading hierarchy (don't skip levels)
- 使用ATX格式(`#`),而非下划线格式
- 每个文件仅保留一个H1标题(通常为文件标题)
- 保持标题层级连贯(请勿跳过层级)- Item one
- Item two
- Nested item (4 spaces)
- Another nested item
- Item three1. First item
2. Second item
3. Third item-*+- 列表项一
- 列表项二
- 嵌套项(4个空格)
- 另一个嵌套项
- 列表项三1. 第一项
2. 第二项
3. 第三项-*+```bash
pnpm test:php:env
```
```php
public function process_order( int $order_id ) {
// code here
}
```
```javascript
const result = calculateTotal(items);
```bashphpjavascriptjstypescripttsjsonsqlmarkdownmd``````bash
pnpm test:php:env
```
```php
public function process_order( int $order_id ) {
// 代码内容
}
```
```javascript
const result = calculateTotal(items);
```bashphpjavascriptjstypescripttsjsonsqlmarkdownmd```Use the `process_order()` method to handle orders.
The `$order_id` parameter must be an integer.使用`process_order()`方法处理订单。
`$order_id`参数必须为整数类型。[Link text](https://example.com)
[Internal link](../path/to/file.md)
[Link with title](https://example.com "Optional title")[链接文本](https://example.com)
[内部链接](../path/to/file.md)
[带标题的链接](https://example.com "可选标题")| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Value 1 | Value 2 | Value 3 |
| Value 4 | Value 5 | Value 6 ||:---:---:---:| 列1 | 列2 | 列3 |
|----------|----------|----------|
| 值1 | 值2 | 值3 |
| 值4 | 值5 | 值6 ||:---:---:---:src/
├── Internal/
│ ├── Admin/
│ │ └── Controller.php
│ └── Utils/
│ └── Helper.php
└── External/
└── API.php+--|--src/
├── Internal/
│ ├── Admin/
│ │ └── Controller.php
│ └── Utils/
│ └── Helper.php
└── External/
└── API.php+--|--**Bold text** for strong emphasis
*Italic text* for regular emphasis
***Bold and italic*** for very strong emphasis**粗体文本**用于强强调
*斜体文本*用于常规强调
***粗斜体文本***用于极强强调markdownlint --fix path/to/file.mdmarkdownlint path/to/file.mdmarkdownlint --fix path/to/file.mdmarkdownlint path/to/file.md- Item
- Nested (only 2 spaces)- Item
- Nested (4 spaces)- 列表项
- 嵌套项(仅2个空格)- 列表项
- 嵌套项(4个空格)Some text
```bash
command
```
More textSome text
```bash
command
```
More text一些文本
```bash
命令
```
更多文本一些文本
```bash
命令
```
更多文本Some text
- List itemSome text
- List item一些文本
- 列表项一些文本
- 列表项**Example: Using bold as a heading**
Some content hereundefined**示例:使用粗体作为标题**
此处为内容undefinedundefinedundefined```
code here
``````bash
code here
``````
代码内容
``````bash
代码内容
```tr -d '\000-\037' < file.md > file.clean.md && mv file.clean.md file.md
file file.md # Verify shows "UTF-8 text"tr -d '\000-\037' < file.md > file.clean.md && mv file.clean.md file.md
file file.md # 验证显示为“UTF-8 text”undefinedundefinedundefinedundefinedmarkdownlint --fixwoocommerce-dev-cyclemarkdownlint --fixwoocommerce-dev-cycle