[doc] install: remove syntax highliting from ivshmem formula

This commit is contained in:
Geoffrey McRae 2022-09-19 22:18:25 +10:00
parent 7446fe8c99
commit 5fd9bc6a84

View File

@ -70,7 +70,7 @@ Determining memory
You will need to adjust the memory size to be suitable for your desired maximum
resolution, with the following formula:
.. code::
.. code:: text
width x height x pixel size x 2 = frame bytes
@ -87,7 +87,7 @@ the value to.
For example, for a resolution of 1920x1080 (1080p):
.. code::
.. code:: text
1920 x 1080 x 4 x 2 = 16,588,800 bytes