Markdown Syntax

Symtax of markdown is as following.

Headline1

Head line can be define by using hashtag. and headline1 and 2 will be insert to left navi automatically.

# Headline1

Headline2

## Headline2

Headline3

### Headline3

Sample Table

Table is also generated very easily.

  • header1

    header2

    header3

  • col1text

    col2text

    col3text

  • col1text

    col2text

    col3text

  • col1text

    col2text

    col3text

  • col1text

    col2text

    col3text

|header1|header2|header3|
-------------------------
|col1text|col2text|col3text|
|col1text|col2text|col3text|
|col1text|col2text|col3text|
|col1text|col2text|col3text|

Link

Link to external site

[external site](https://small-shell.org)

Link to Internal table

[Internal table](./test?%%session&req=table)

List

Standard List

Asterisk or Hyphen or plus can be used.
  • list
  • list
* list
* list

Number List

  • list
  • list
1. list
2. list

Bold text

You can define bold text by using asterisk.

bold text
** bold text **

Code

Please define code block using 3 sequential backquote first and end line.

```
code
```

Extension syntax

You can use extension syntax for Note or Warning.

Note
text
Warning
text
::: Note
text
:::

::: Warning
text
:::

Custome syntax

This is a custome syntax that can insert calendar to portal page. If you add %%calendar tag to the Description, then team can share calendar on portal page.

%%calendar