-
Notifications
You must be signed in to change notification settings - Fork 1
2 — MediaWiki Syntax
narasi15 edited this page Feb 20, 2020
·
4 revisions
The purpose of this page is to experiment with MediaWiki language and document any important syntax that may be useful for future journal entries. This page will constantly updated and used as a reference.
Date started: 2020-01-18;
italic
bold
bold & italic
Typewriter font
Pre-formatted Text <br>
Underline
Strike-through
Invisible comment -->
Source code
public static void main(String[] args) {
System.out.println("Hello World");
}
Horizontal divider:
- Bullet 1
- Bullet 2
- Bullet 1
- Bullet 2
- Single indent
- Double indent
- Multiple indent
- Double indent
Tables:
Name | Major |
Nick | CS |
Keith | Math |
Table of Contents:
+ highlight in green
- highlight in red
https://meta.wikimedia.org/wiki/Help:Editing
https://pygments.org/docs/lexers/
This copyrighted material is licensed under a Creative Commons Attribution 4.0 International License. Follow the link to learn more.