Skip to content

Commit

Permalink
README: Fix markdownlint about missing blank lines
Browse files Browse the repository at this point in the history
Fix the two markdownlint warnings [1] below, in VS Cod{e|ium}.

[1] MD031: Fenced code blocks should be surrounded by blank lines.

Signed-off-by: Marco Miller <[email protected]>
  • Loading branch information
marco-miller authored and williamsyang-work committed Jul 19, 2023
1 parent 0a24a23 commit 534c3fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ traceLogger.addLogMessage('Hello from trace extension without tag');
```

This will add the following log entry in the output channel:

```text
[2023-04-25 11:07:22.500] Hello from trace extension without tag
```
Expand All @@ -126,6 +127,7 @@ traceLogger.addLogMessage('Hello from trace extension with tag', 'tag');
```

This will add the following log entry in the output channel:

```text
[2023-04-25 11:08:40.500] [tag] Hello from trace extension with tag
```
Expand Down

0 comments on commit 534c3fc

Please sign in to comment.