Noticeable posts are formatted with Markdown. Markdown is an easy-to-use syntax to format texts. You can use Markdown to insert bold texts, titles, images, and even YouTube or Vimeo videos.
This article sums up the Markdown syntax that is available to you in Noticeable Posts.
Formatting text
Bold text
Markdown code: **This is a bold** text section.
Example: This is a bold text section.
Italic text
Markdown code: _This is an italic_ text section.
Example: This is an italic text section.
Underlined text
Markdown code: ++This is an underlined++ text section.
Example: This is an underlined text section.
Strikethrough text
Markdown code: ~~This is a strikethrough~~ text section.
Example: This is a strikethrough text section.
Inserting titles
H1 title (huge)
Markdown code: # Huge title
H2 title (large)
Markdown code: ## Large title
H3 title (medium)
Markdown code: ### Medium title
H4 title (regular)
Markdown code: #### Regular title
H5 title (small)
Markdown code: ##### Small title
H6 title (tiny)
Markdown code: ###### Tiny title
Delimitating texts
Horizontal line
Markdown code: ---
Example:
Inserting lists
Bullet list
Markdown code: * Item
Example:
Noticeable allows using lists
List may be bullet-points
Numbered list
Markdown code: 1. Item
Example:
Noticeable allows using lists
Lists may be numbered
Inserting code
Inline code (single line)
Put a single \` around your one-line code.
Markdown code: 2+3
Block code (multiple lines)
For code blocks, you can indent code lines with 4 spaces:
function foo (bar) {
return bar++;
};
or uses triple back-ticks .
# Quoting a text
Markdown code: `> Quoting someone there...`.
Example:
> This is a sample.
# Inserting a hyperlink
By default, URLs are automatically converted to links. Links with custom label require the syntax below.
Markdown code: `[link label](https://acme.com)`.
Example: [Noticeable Timeline](https://updates.noticeable.io)
# Inserting an image
Markdown code: ``.
# Inserting a video
YouTube, Videopress, Vimeo or Vine videos can be embedded using the same syntax as Images or auto-converted links:
Vista
What About Us Piano Cover
https://vimeo.com/152839850
https://youtu.be/zzpnNqqXLEI?list=RDzzpnNqqXLEI
```
This article sums up the Markdown syntax that is available to you in Noticeable Posts.
Formatting text
Bold text
Markdown code: **This is a bold** text section.
Example: This is a bold text section.
Italic text
Markdown code: _This is an italic_ text section.
Example: This is an italic text section.
Underlined text
Markdown code: ++This is an underlined++ text section.
Example: This is an underlined text section.
Strikethrough text
Markdown code: ~~This is a strikethrough~~ text section.
Example: This is a strikethrough text section.
Inserting titles
H1 title (huge)
Markdown code: # Huge title
H2 title (large)
Markdown code: ## Large title
H3 title (medium)
Markdown code: ### Medium title
H4 title (regular)
Markdown code: #### Regular title
H5 title (small)
Markdown code: ##### Small title
H6 title (tiny)
Markdown code: ###### Tiny title
Delimitating texts
Horizontal line
Markdown code: ---
Example:
Inserting lists
Bullet list
Markdown code: * Item
Example:
Noticeable allows using lists
List may be bullet-points
Numbered list
Markdown code: 1. Item
Example:
Noticeable allows using lists
Lists may be numbered
Inserting code
Inline code (single line)
Put a single \` around your one-line code.
Markdown code: 2+3
Block code (multiple lines)
For code blocks, you can indent code lines with 4 spaces:
function foo (bar) {
return bar++;
};
or uses triple back-ticks .
# Quoting a text
Markdown code: `> Quoting someone there...`.
Example:
> This is a sample.
# Inserting a hyperlink
By default, URLs are automatically converted to links. Links with custom label require the syntax below.
Markdown code: `[link label](https://acme.com)`.
Example: [Noticeable Timeline](https://updates.noticeable.io)
# Inserting an image
Markdown code: ``.
# Inserting a video
YouTube, Videopress, Vimeo or Vine videos can be embedded using the same syntax as Images or auto-converted links:
Vista
What About Us Piano Cover
https://vimeo.com/152839850
https://youtu.be/zzpnNqqXLEI?list=RDzzpnNqqXLEI
```
Published on: 12 / 14 / 2018