CGA graphics color palette

/review/ #diseño

Paragraphs are separated by a blank line.

2nd paragraph. Italic, bold, and monospace. Itemized lists look like:

Note that — not considering the asterisk — the actual text content starts at 4-columns in.

Block quotes are written like so.

They can span multiple paragraphs, if you like.

Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., “it’s all in chapters 12–14”). Three dots … will be converted to an ellipsis. Unicode is supported. ☺

An h2 header

Here’s a numbered list:

  1. first item
  2. second item
  3. third item

Note again how the actual text starts at 4 columns in (4 characters from the left side). Here’s a code sample:

As you probably guessed, indented 4 spaces. By the way, instead of indenting the block, you can use delimited blocks, if you like:

(which makes copying & pasting easier). You can optionally mark the delimited block for Pandoc to syntax highlight it:

Alt text

An h3 header

No sé como funcionan las lista dentro de listas así que paso. Now a nested list:

  1. First, get these ingredients:
  2. Boil some water.
  3. Dump everything in the pot and follow

Código incrustado .:this algorithm:

#header {
    display: flex;
    justify-content: space-between;
}

#header t1 {
    margin: 0;
    font-family: sans-serif;
    font-weight: 700;
}

#header t1 a {
    color: #424242;
    text-decoration: none;
}

Notice again how text always lines up on 4-space indents (including that last line which continues item 3 above).

Table: Shoes sizes, materials, and colors.

(The above is the caption for the table.) Pandoc also supports multi-line tables:

A horizontal rule follows.


Here’s a definition list:

Again, text is indented 4 spaces. (Put a blank line between each term and its definition to spread things out more.)

Here’s a “line block” (note how whitespace is honored):

and images can be specified like so: