Upsource 2019.1 Help

Supported Markdown syntax

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

Emphasis

FormattingEntered textPublished 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

FormattingEntered textPublished 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
FormattingEntered textPublished 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

FormattingEntered textPublished 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

FormattingEntered textPublished text
Task list
- [x] Examine code - [ ] Commit fixes - [ ] Request a review
task_list.png
Selected checkbox
- [x] Examine code
selected_checkbox.png
Unselected checkbox
- [ ] Examine code
unselected_checkbox.png

Tables

FormattingEnteredPublished
Not aligned

| Column header 1 | Column header 2 |

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

| content 1 |content 2|

| content 1 |content 2|

Column header 1Column 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 1Column header 2
content 1 content 2
content 1 content 2

Reply quotation

FormattingEntered textPublished text
Blockquotes (can be nested)
> Entry > Entry >> Entry >>> Entry
blockquotes.png

Code

FormattingEntered textPublished text
Code block
``` someCode someCode ```
someCode someCode
Inline code`someCode`someCode

Images

EnteredPublished
![image](https://www.somesite.com/somedirectory/someimage.png)
upsource_logo.png
Last modified: 09 July 2020