Skip to content

Conversation

Bojun-Feng
Copy link

@Bojun-Feng Bojun-Feng commented Oct 3, 2025

What I did

Fix #4039

Unindented line inside an indented code block breaks Markdown parsing and inverts code/non-code rendering from that point onward.

```
admin@sonic:~$ sudo config vlan member add all Ethernet20
Suppose vlan 100, vlan 101, vlan 102, vlan 103, vlan 104, vlan 105 are exisiting vlans. This command will add Ethernet20 as member of vlan 100, vlan 101, vlan 102, vlan 103, vlan 104, vlan 1
05
```

How I did it

Correct the typo that caused markdown to display incorrectly.

How to verify it

View the markdown file at sonic-utilities/doc/Command-Reference.md.

Previous command output (if the output of a command-line utility has changed)

No command line output change.

New command output (if the output of a command-line utility has changed)

No command line output change.

Doc file rendering screenshot, before and after

Before Fix:

after2



After Fix:

before2

Copy link

linux-foundation-easycla bot commented Oct 3, 2025

CLA Signed

  • ✅login: Bojun-Feng / name: Bojun Feng / (80c9e3e)

The committers listed above are authorized under a signed CLA.

@mssonicbld
Copy link
Collaborator

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markdown formatting error in Command-Reference.md
2 participants