Headers and Markdown

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Paragraph This Acceptable Use Policy (“AUP”) sets forth terms and conditions for acceptable access and use of RStudio, PBC’s (“RStudio”, “we” or “us”) websites and services (collectively, a “Services”) by authorized customers and their users (collectively, “Users”) and supplements any written agreement between RStudio and a User. This AUP is not meant to be exhaustive, but sets

bold
italicized

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.


Lists

  1. First ordered list item
  2. Another item
  • Unordered sub-list.
  1. Actual numbers don’t matter, just that it’s a number
  2. Ordered sub-list
  3. And another item.

⋅⋅⋅You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we’ll use three here to also align the raw Markdown).

⋅⋅⋅To have a line break without a paragraph, you will need to use two trailing spaces.⋅⋅ ⋅⋅⋅Note that this line is separate, but within the same paragraph.⋅⋅ ⋅⋅⋅(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)

  • Unordered list can use asterisks
  • Or minuses
  • Or pluses

Horizontal Rules

Three or more…




Images

Here’s our logo (hover to see the title text):

Inline-style: alt text

Reference-style: alt text


Code and Syntax Highlighting

Inline code has back-ticks around it.

Blocks of code are either fenced by lines with three back-ticks, or are indented with four spaces. I recommend only using the fenced code blocks – they’re easier and only they support syntax highlighting.

var s = "JavaScript syntax highlighting";
alert(s);

Tables

Header 1 Header 2 Header 3
Column 1 Column 2 Column 3
Column 1 Column 2 Column 3
Column 1 Column 2 Column 3
Column 1 Column 2 Column 3
Column 1 Column 2 Column 3
Column 1 Column 2 Column 3