summaryrefslogtreecommitdiffstats
path: root/docs/extra-apps.md
diff options
context:
space:
mode:
authorMirza Krak <mirza.krak@endian.se>2017-05-23 15:14:12 +0200
committerAndrei Gherzan <andrei@gherzan.com>2017-05-26 12:16:52 +0100
commit34113350f4a4a49c9e1c665042e58396acfd358f (patch)
tree7ebb5155f1cb7fddd2e84846fcb4ab8916bd5ee4 /docs/extra-apps.md
parenta30708d49c003c67cbeb75e30eaae2d26b3f1cf9 (diff)
downloadmeta-raspberrypi-34113350f4a4a49c9e1c665042e58396acfd358f.tar.gz
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>
Diffstat (limited to 'docs/extra-apps.md')
-rw-r--r--docs/extra-apps.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/extra-apps.md b/docs/extra-apps.md
index b9ee2cb..9f9f465 100644
--- a/docs/extra-apps.md
+++ b/docs/extra-apps.md
@@ -5,4 +5,5 @@
5omxplayer depends on libav which has a commercial license. So in order to be 5omxplayer depends on libav which has a commercial license. So in order to be
6able to compile omxplayer you will need to whiteflag the commercial 6able to compile omxplayer you will need to whiteflag the commercial
7licenseadding to you local.conf: 7licenseadding to you local.conf:
8`LICENSE_FLAGS_WHITELIST = "commercial"` 8
9 LICENSE_FLAGS_WHITELIST = "commercial"