Overview
In this page, you can see a list of usable markup language syntax in Malody website.
You may read the source code of this page (By clicking the "Edit" button on the sidebar), to understand how the syntax are formed and how would they affect the pages.
Titles
Open a level 1 title with a syntax of = . Close it with another =.
Similarly,Open a level 2 title with ==.
=== represents a level 3 title, 4 "=" represents level 4.
=level 1 title=
==level 2 title==
===level 3 title===
Normal text
Write texts directly, without any syntax. You will get normal text.
An empty line in the source code won't cause a real empty line in the result text.
You may use **bold**, or //italic//, or __underline__,or --delete line--
The effects are:bold, or italic, or underline,or delete line
Lists
- Open a list with a * and a space.
- This is the second item
- This is the third
Forms
This is the form | Title foo bar | Title 2 baz qux |
---|---|---|
Content 1 | Content 2 | Content 3 |
Left aligning | Centering | Right aligning |
Bold | Underline | |
![]() |
In the above form, a |- is used to open a form syntax, and in the second form, |! is used to define the head of the form.
In each line,If the text is close to the left | (without any space), you may get the text left-aligned; If it is close to the right one, you may get the text right-aligned. Two spaces both between the left and the right | cause the text to be centered.
In the form, any in-line syntax are supported, such as bold, italic, underline, image and links.
The source code of the form is:
|-
|! This is the form | Title | Title 2 |
| Content 1 | Content 2 | Content 3 |
|Left aligning | Centering | Right aligning|
| **Bold** | --Delete line-- | __Underline__ |
| [!http://dic.nicovideo.jp/oekaki/292262.png@50] |
Images
Images (and links, see below) are all enclosed by a pair of [].
An image example:
The source code is:
[!http://dic.nicovideo.jp/oekaki/292262.png@left@200]
Please note that, the @left after the URL is used to left-align the image.@right means right-align,@center means centered.
@200 means to scale the image to make it fit the width of 200 pixels. You can use any numbers, but it is suggested not use values larger than 750 (Cause page glitches).
[!http://dic.nicovideo.jp/oekaki/292262.png@150]
[!http://dic.nicovideo.jp/oekaki/292262.png@center@150]
Links
Three types of link syntax are supported:
- For links that link to pages not in the Malody website : Common out-site link
- For links that link to pages in the Malody website, if you know the page ID, you can use this type of link
- If you don't know the page ID,you have to write the exact title of the page. Markup language guideline
The source code of three types of links are:
[http://www.google.com Common out-site link]
[#4 this type of link]
[#Markup language guideline]