Skip to content

MediaWiki

John Gardner edited this page Jan 7, 2022 · 1 revision

What

Table of Contents

Front page

caption

This is italicised text.

This is thicc text.

This is both of the above.

Level 2

Level 3

Level 4

Level 5
Level 6
Strike 1

Underscoring

Mono

<key>⌥</key>

Refs and shit

Hello[1] World![2] Hello again![1][3]

The following

lambda x: x * 2
is a lambda expression in Python.
shell=sh
external-sources=true

Optional checks
enable=avoid-nullary-conditions
enable=check-extra-masked-returns
enable=deprecate-which
enable=require-double-brackets

Solaris 8-9 compatibility
disable=SC2006  # Don't suggest $(…) instead of `…`
disable=SC2021  # Ignore bracketed tr(1) ranges

Don't suggest explicit “-n” operators in tests
disable=SC2244

This is presumably what a custom sidebar looks like.

Clone this wiki locally