Markdown for Simply Plural
(Unofficial Guide)


MarkdownResult
**Two asterix**Creates bold text
__two underlines__creates bold text
*One asterix*Creates italics
_one underline_creates italics
***three***bold & italics
__lower tab lines__Underlines
- create lists- like this
creating named hyperlinks [pica - name goes here](https:// nodeca.github .io/pica/demo/)pica - named
—- three dashes or ___ 3 underlines or *** 3 asterix's in a row to create a divider line across. (no example sorry)seperation
use # ## ### or #### with a space before text to create bigger or smaller header text# like so (text will change size in SP)
~~two squiggles~~ makes a strikethrough line.creates strikethrough

>creating blockquotes (This doesn't show up on the website but will in SP) You can type several to indent them within each other.>like this
>>and then two on the next line
>>>then three
...and you can keep going.

MarkdownResult
Lists... - this or * this or + this (space between) will create a standard list bullet point. You can offset it by putting two spaces, or four spaces, before the symbol in the list; (indenting). ~ this symbol will automatically offset itself a little bit in a list and keep its own symbol.- list will appear on SP as bullet points, and with spaces before will offset itself.
1. 2. 3. numbered lists will autocorrect themselves, if you start with 14. it will count on from there.1. numbers will be sequential.
tick marks, like this ``` can be used to create "code blocks," provided you put the same amount on each side of the text `like this`this :) tada
to stop markdown you can either turn it off for the box, or use a backslash before the symbol that's causing issues \*like this**magically no italics bcz backslash*
To insert an image; ![Image name here](specific image link) to get an image, use, "copy image link" and use the specific image. No spaces between exclamation and both sets of brackets ![]().Image will show up if you have a direct link ^^
See below for how to make a table; you can make as many table "spaces" as you want, and can put images in the tables using the image link right above.use | to divide boxes, and enter to create a new row.

Creating a table :


| Optional | Description for top row |
| ------ | ----------- |
| text one | whatever text you want to go here |
| two | all the things |
| three | whatever you want stick in columns |
If you want more columns, make it with more - here it is with three.| ---- | --— | —- |
| like this | whatever text | in three columns |
| two | all the things | tada |
| three | whatever you want stick in columns | all of them |


Source: https://markdown-it.github.io and experimentation on the simply plural app.
Simply Plural: https://app.apparyllis.com/#Login