mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-29 11:13:43 +01:00
38 lines
521 B
Plaintext
38 lines
521 B
Plaintext
|
= Heading 1 =
|
||
|
== Heading 2 ==
|
||
|
=== Heading 3 ===
|
||
|
==== Heading 4 ====
|
||
|
===== Heading 5 =====
|
||
|
====== Heading 6 ======
|
||
|
|
||
|
== Lists ==
|
||
|
* Unordered
|
||
|
* lists
|
||
|
** with nested
|
||
|
*** elements
|
||
|
|
||
|
# Ordered
|
||
|
# lists
|
||
|
## with nested
|
||
|
### elements
|
||
|
|
||
|
; Description : lists with single definition
|
||
|
|
||
|
; Description
|
||
|
: lists
|
||
|
: with more
|
||
|
: definitions
|
||
|
|
||
|
== Text formatting ==
|
||
|
''italic text''
|
||
|
|
||
|
'''bold text'''
|
||
|
|
||
|
'''''bold italic text'''''
|
||
|
|
||
|
== Links ==
|
||
|
[https://www.wikipedia.org/ Wikipedia]
|
||
|
|
||
|
== Images ==
|
||
|
[[File:MediaWiki-2020-logo.svg|thumb|MediaWiki logo]]
|