Upsource 2018.2 Help

Supported Markdown syntax

Upsource supports Markdown in review and discussion comments. Here is the syntax to follow:

Emphasis

Formatting

Entered text

Published text

Bold

**This text is bold**

__This text is bold__

This text is bold
Italic

*This text is italic*

_This text is italic_

This text is italic
Strikethrough~~Never mind~~Never mind

Headings

Formatting

Entered text

Published text

Level 1 header# Level 1 header

Level 1 header

Level 2 header## Level 2 header

Level 2 header

Level 3 header### Level 3 headerLevel 3 header

Formatting

Entered text

Published text

External link autoconvertedhttp://www.jetbrains.comhttp://www.jetbrains.com
External link with alias[JetBrains, Inc.](http://www.jetbrains.com)JetBrains, Inc.

Horizontal rules

Entered

Published

___
---

Lists

Formatting

Entered text

Published text

Unordered list

* Entry * Entry - Entry - Entry

  • Entry

  • Entry

    • Entry

    • Entry

Ordered list

1. Entry 2. Entry 3. Entry

  1. Entry

  2. Entry

  3. Entry

Task lists

Formatting

Entered text

Published text

Task list

- [x] Examine code - [ ] Commit fixes - [ ] Request a review

task list
Selected checkbox

- [x] Examine code

selected checkbox
Unselected checkbox

- [ ] Examine code

unselected checkbox

Tables

Formatting

Entered

Published

Not aligned

| Column header 1 | Column header 2 |

| ---------------|----------------|

| content 1 |content 2|

| content 1 |content 2|

Column header 1

Column header 2

content 1

content 2

content 1

content 2

Right aligned

| Column header 1 | Column header 2 |

| --------------:|---------------:|

| content 1 |content 2|

| content 1 |content 2|

Column header 1

Column header 2

content 1

content 2

content 1

content 2

Reply quotation

Formatting

Entered text

Published text

Blockquotes (can be nested)

> Entry > Entry >> Entry >>> Entry

blockquotes

Code

Formatting

Entered text

Published text

Code block

``` someCode someCode ```

someCode someCode

Inline code

`someCode`

someCode

Images

Entered

Published

![image](https://www.somesite.com/somedirectory/someimage.png)

upsource logo
Last modified: 13 March 2019