Upsource 2017.1 Help

/Supported Markdown syntax
You are viewing the documentation for an earlier version of Upsource. View this page in the current documentation.

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

Links

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
/help/img/upsource/2017.1/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)
/help/img/upsource/2017.1/up_some_image.png
Last modified: 13 July 2017