Skip to content

Commit 80247a6

Browse files
committed
about-handbook/index: Remove unnecessary blockquote.
1 parent f469bc8 commit 80247a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/about-handbook/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ may be example output from the command.
4141
Some examples include text with placeholders. Placeholders indicate where you
4242
should substitute the appropriate information. For example:
4343

44-
> ```
45-
> # ln -s /etc/sv/<service_name> /var/service/
46-
> ```
44+
```
45+
# ln -s /etc/sv/<service_name> /var/service/
46+
```
4747

4848
This means you need to substitute the text `<service_name>` with the actual
4949
service name.

0 commit comments

Comments
 (0)