MangaPark Rich Editor Guide
This guide will go through the MangaPark Rich Editor used to create comments and reviews.
V1
- Spoilers
This markdown is used for the concealment of certain text .Spoilers can be identified by the slash going through the eye in the rich editor. To use the spoiler tag, type<spoiler></spoiler>
or press the spoiler button which automatically puts this tag into the textbox for you. Spoilers can be identified by the hidden text. To see a spoiler, press the hidden text which makes the spoiler visible. -
Bold and Italics
These markdowns are used to feature certain words and phrases in comments and reviews.Usage: Type
<i></i>
for italics and<b></b>
for bold or press the B icon for bold and I icon for italics. Pressing these buttons will automatically put this markdown into your textbox. -
Underline
This markdown underlines certain words or phrasesUsage: Type
<u></u>
or press U. Pressing this button will put this markdown into your textbox automatically. -
Strikethrough
This markdown puts a line through certain words or phrasesUsage: Type
<s></s>
or pressS. Pressing this button will put this markdown into your textbox automatically. -
Linking
This markdown allows you to make a link appear as text rather than displaying the full urlUsage: Type
<a href="#"></a>
or press the link button (7th button from the left). In # put the url and put in your desired text. Example:<a href="google.com">Google</a>
-
Quoting
This markdown allows you to quote textUsage: Type
<blockquote></blockquote>
or press the " button. -
line break tag
This markdown creates a space between linesUsage: Type
<br/>
or press the enter button on the Rich Editor (9th button from the left) -
Horizontal rule
This markdown creates a horizontal line across the textboxUsage: Type
<hr/>
or press the line button on the Rich Editor (10th button from left) -
Lists
These markdowns create bullet lists, numbered lists, and checklists.General Usage:
Bullet Lists: To use a bullet list either press the bullet list button (4th button from right) or add * on each line.
Example:* Bullet (different line) * List
Numbered Lists: To use, press the button or add your own numbered list (e.g., 1., 2.)
Checklists: To use this markdown, press the button or create boxes with either x or a space. Example:
[x] Checked!
[ ] Not checked!