diff -r 1a0b6597e594 -r 9e6ad6607a9e grub.rst --- a/grub.rst Sat Feb 10 01:36:16 2018 +0200 +++ b/grub.rst Sat Feb 10 01:49:07 2018 +0200 @@ -35,16 +35,16 @@ to the VGA mode setting in the kernel image. The values are not case-sensitive. They are: - ask - Prompts the user for the text mode. Pressing Enter in response to the - prompt displays a list of the available modes. extended (or ext) - Selects 80x50 text mode. - normal - Selects normal 80x25 text mode. - number - Uses the text mode that corresponds to number. A list of available - modes for your video card can be obtained by booting with vga=ask and - pressing Enter. +``ask`` + Prompts the user for the text mode. Pressing Enter in response to the + prompt displays a list of the available modes. extended (or ext) + Selects 80x50 text mode. +``normal`` + Selects normal 80x25 text mode. +``number`` + Uses the text mode that corresponds to number. A list of available + modes for your video card can be obtained by booting with vga=ask and + pressing Enter. ::