Skip to content

Using Markdown

Anna Jiang edited this page Apr 1, 2022 · 11 revisions

Hint: To understand why Markdown is awesome, read Do you use Markdown to store your content?
You can use https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet for a complete guide to Markdown

Once you've edited your profile data, write a few paragraphs about yourself. You can add images, tables, and video, according to markdown formatting. Below are some of the basics to give you a head start.

Headings:

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Links:

[I'm an inline-style link](https://www.google.com)

[I'm an inline-style link with title](https://www.google.com "Google's Homepage")`

Tables:

Colons can be used to align columns.
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | 600 |
| col 2 is      | centered      |   2 |
| zebra stripes | are neat      |     |

Video:

`youtube: 2G7z2mF7Onk`

Quote:

> A quote looks like this

image:

![Image Alt Text](https://server.com/path/to/picture.jpg)

SSW fenced blocks

SSW has created some fenced blocks that you can use to make your rules even better.

Check them out on this sample page.


Warning:

Use consecutive greyboxes containing bolded text with caution... Make sure there are two empty lines between consecutive greyboxes(with bolded text), otherwise the build will break and throw an out-of-memory error.

::: greybox
**Guggenheim**
:::
::: bad
Bad example – it is a word that other people know
:::

::: greybox
**Mymistresseyesarenothinglikethesun**
:::
::: bad
Bad example – It’s the opening to one of Shakespeare’s sonnets so is known to other people (and painful to type in)
:::

❌Figure: Bad example

::: greybox
**Guggenheim**
:::
::: bad
Bad example – it is a word that other people know
:::


::: greybox
**Mymistresseyesarenothinglikethesun**
:::
::: bad
Bad example – It’s the opening to one of Shakespeare’s sonnets so is known to other people (and painful to type in)
:::


::: greybox
**4yearicecreamcat**
:::
::: good
Good example – it is 16 characters, composed of 5 words, is not a phrase that is known by anyone else, and is easy (for you) to remember
:::

✅Figure: Good example

Next Step: 3. Creating/Editing top categories

Clone this wiki locally