IT/Software/Mediawiki/Formatting Example

From msgwiki
< IT‎ | Software‎ | Mediawiki
Revision as of 15:27, 27 December 2019 by Player5501 (talk | contribs)
Jump to navigation Jump to search

This is a header

This is a sentence under the header.

This is a section with a numbered list


  1. Thing 1
    1. Another thing
    2. sub things
      1. More things
  2. New things

This is a section with a unorderd list


  • a thing
    • a sub thing
    • another sub thing
  • next thing
  • filler text yay

This is a section with combined lists


  1. First thing
    • Unordered sub thing
    • Another unordered sub thing
  2. Second Thing
    1. Ordered sub thing

Code Formating


currentBrightness=$(cat "/sys/class/backlight/intel_backlight/brightness") newBrightness=$(($currentBrightness + 50))