Sandbox: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
== Introducing: Sandbox == | == Introducing: Sandbox == | ||
This is the place to experiment with the [http://www.mediawiki.org/ MediaWiki] '''markup''' and ''markup'', <nowiki>or non-markup</nowiki>. | |||
Indented text. | Indented text. | ||
Line 24: | Line 26: | ||
<code>This is code.</code> | <code>This is code.</code> | ||
Ett Gentoo emerge kommando: | Ett Gentoo emerge kommando: |
Revision as of 13:47, 8 December 2014
__NONUMBEREDHEADINGS__
Chapter 1
Chapter 1.1
Chapter 2
Chapter 2.1
Chapter 2.2
Chapter 3
Videokoda med HandbrakeCLI:
HandBrakeCLI -i /Volumes/B-R -t 51 -o Movie.mkv -e x264 --x264-preset slow --x264-profile high -x level=4.1 -q 16 -a 4 -E copy -w 1280 --loose-anamorphic -f libmkv
Introducing: Sandbox
This is the place to experiment with the MediaWiki markup and markup, or non-markup.
Indented text.
This is pre-formatted text.
Header
And now some code. Some more code.
This is code.
Ett Gentoo emerge kommando:
A box with code or any other pre-formatted text
Lite PHP kod:
<?php
phpinfo();
?>