Skip to content

Commit

Permalink
[improve] fix PlcCollectImpl check markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ZY945 committed Dec 1, 2024
1 parent 46e7930 commit 0b5fa65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/docs/help/modbus.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ keywords: [ open source monitoring tool, Modbus monitoring ]
Parameter example:

Coil register addresses:

```text
1,2[3]
```

Parameter alias names:

```yaml
aliasFields:
- responseTime
Expand All @@ -58,9 +60,10 @@ Parameter example:
Coil register addresses:
```text

Check failure on line 61 in home/docs/help/modbus.md

View workflow job for this annotation

GitHub Actions / docs-build

Fenced code blocks should be surrounded by blank lines

home/docs/help/modbus.md:61 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```text"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
1,2[3]
```
```

Parameter alias names:

```yaml
aliasFields:
- responseTime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ keywords: [ open source monitoring tool, Modbus监控 ]
参数示例:

线圈寄存器地址:

```text
1,2[3]
```

参数别名名称:

```yaml
aliasFields:
- responseTime
Expand All @@ -56,11 +58,13 @@ aliasFields:
参数示例:
线圈寄存器地址:
```text
1,2[3]
```

参数别名名称:

```yaml
aliasFields:
- responseTime
Expand Down

0 comments on commit 0b5fa65

Please sign in to comment.