Skip to content

Commit a639e2b

Browse files
committed
src: fix admonitions
1 parent f8e5fa9 commit a639e2b

File tree

2 files changed

+5
-5
lines changed
  • src
    • config/graphical-session/graphics-drivers
    • installation/live-images

2 files changed

+5
-5
lines changed

src/config/graphical-session/graphics-drivers/nvidia.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ which is primarily useful on older cards with specialized fixed function
2121
hardware (the `modesetting` driver will accelerate 2D using OpenGL via GLAMOR).
2222
When in doubt, it's a good idea to try `xf86-video-nouveau` first.
2323

24-
Note: `xf86-video-nouveau` is usually installed by default if you use the `xorg`
25-
metapackage. If you use `xorg-minimal`, you will need to install it manually,
26-
either directly or through `xorg-video-drivers`.
24+
> Note: `xf86-video-nouveau` is usually installed by default if you use the
25+
> `xorg` metapackage. If you use `xorg-minimal`, you will need to install it
26+
> manually, either directly or through `xorg-video-drivers`.
2727
2828
## nvidia (Proprietary Driver)
2929

src/installation/live-images/prep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ umount: /dev/sdX: not mounted.
3939
The [dd(1)](https://man.voidlinux.org/man1/dd.1) command can be used to copy a
4040
live image to a storage device. Using `dd`, write the live image to the device:
4141

42-
**Warning**: this will destroy any data currently on the referenced device.
43-
Exercise caution.
42+
> **Warning**: this will destroy any data currently on the referenced device.
43+
> Exercise caution.
4444
4545
```
4646
# dd bs=4M if=/path/to/void-live-ARCH-DATE-VARIANT.iso of=/dev/sdX

0 commit comments

Comments
 (0)