docs: fix alignment of "code blocks"

We provide a lot of variable examples as code blocks in the following
format:

	some text: `Variable`

or
	some test:
	`Variable`

Which is not as pretty as (when converted to html/pdf):

	some text:

		Variable

Converted all and hoppefully this will improve readability a bit.

Signed-off-by: Mirza Krak <mirza.krak@endian.se>
This commit is contained in:
Mirza Krak
2017-05-23 15:14:12 +02:00
committed by Andrei Gherzan
parent a30708d49c
commit 34113350f4
3 changed files with 42 additions and 30 deletions

View File

@@ -5,4 +5,5 @@
omxplayer depends on libav which has a commercial license. So in order to be
able to compile omxplayer you will need to whiteflag the commercial
licenseadding to you local.conf:
`LICENSE_FLAGS_WHITELIST = "commercial"`
LICENSE_FLAGS_WHITELIST = "commercial"