Upsource 2017.3 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.

HorizontalRules

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

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

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
Last modified: 28 February 2018