1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Add MediaWiki syntax

This commit is contained in:
Shun Sakai
2021-10-31 11:33:40 +09:00
committed by David Peter
parent d6ed5e6746
commit 619cf6e6d6
6 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
= 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]]