Markdown syntax reference
Use these examples of a Markdown syntax to format text in PulseUno reviews, notifications, or the code browser.
The CommonMark 0.30 specification of Markdown is supported.
Character formatting
| Syntax | Result |
|---|---|
*This text is italicized*, and so is _this_
|
This text is italicized, and so is this |
**This text is bold**, and so is __this__
|
This text is bold, and so is this |
***Italics and bold*** together, as is ___this___
|
Italics and bold together, as is this |
~~This text is crossed out~~
|
Inline code and code blocks
| Syntax | Result |
|---|---|
|
|
For inline code, use the |
|
|
For code blocks, use a 4-space indent or 3 backticks. Code line 1 Code line 1 |
Line breaks and paragraphs
| Syntax | Result |
|---|---|
Normally a single
|
Normally a single new line is ignored. |
End a line with two spaces
|
End a line with two spaces to insert a line break. |
Separate paragraphs
|
Separate paragraphs with a blank line. |
Headers and rules
| Syntax | Result |
|---|---|
|
|
Header 1 Another Header 1 |
|
|
Header 2 Another Header 2 |
|
|
A horizontal rule is 3 or more hyphens, asterisks, or underscores on the same line with no other characters:
|
Simple lists
| Syntax | Result |
|---|---|
|
|
|
|
|
|
Links
| Syntax | Result |
|---|---|
Basic link to https://admhelp.microfocus.com/pulseuno.
|
Basic link to https://admhelp.microfocus.com/pulseuno. |
Inline link to the [PulseUno Help Center](https://admhelp.microfocus.com/pulseuno).
|
Inline link to the PulseUno Help Center. |
Link to an [Inner File](directory/my-inner-file.txt) in the code browser.
|
Link to an Inner File in the code browser. |
Images
| Syntax | Result |
|---|---|

|
|
|
|
You can use relative paths for images in the code browser:
|
Tables
| Syntax | Result | ||||||
|---|---|---|---|---|---|---|---|
|
|
|

