Markdown syntax

Markdown syntax

Headers are used to describe such elements as website name, slogan, section titles. HTML and XHTML specifications define 6 levels of headers, where h1 is the most important and h6 is the least important. Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Header 2

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Header 3

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Header 4

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Header 5

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Header 6

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Local link

External link 

External non secured link  

Github site  

Wikipedia 

E-mail link 

Block elements

The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.

Wikipedia, The Free Encyclopedia

Essai

The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.

Wikipedia, The Free Encyclopedia

The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.

Wikipedia, The Free Encyclopedia

Essai

The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.

Wikipedia, The Free Encyclopedia

Essai

The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.

Wikipedia, The Free Encyclopedia

Essai

The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.>

The blockquote element is used to indicate the quotation of a bigger section of text from another source. Using the default HTML styling of most web browsers, it will indent the right and left margins both on the display and in printed form.

Preformated text

      .               .                .               .--- 1          .-- 1     / 1
     / \              |                |           .---+            .-+         +
    /   \         .---+---.         .--+--.        |   '--- 2      |   '-- 2   / \ 2
   +     +        |       |        |       |    ---+            ---+          +
  / \   / \     .-+-.   .-+-.     .+.     .+.      |   .--- 3      |   .-- 3   \ / 3
 /   \ /   \    |   |   |   |    |   |   |   |     '---+            '-+         +
 1   2 3   4    1   2   3   4    1   2   3   4         '--- 4          '-- 4     \ 4

Code

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
if (typeof SimpleLightbox !== "undefined") {
    var matches = document.querySelectorAll(".gallery");
    matches.forEach(
        gal => {
            new SimpleLightbox("#" + gal.id + " a");
        }
    );
    /*var matches = document.querySelectorAll(".figure");
    matches.forEach(
        fig => {
            new SimpleLightbox("#" + fig.id + " a");
        }
    );*/
    new SimpleLightbox(".figure a");
}

Typography elements

Emphasis: Element used to put emphasis on certain information. Most browsers display emphasized text in italics by default. Sample: This is emphasized text.

This element stands for “stronger emphasis” and is used for marking more important text. Sample: This is text with stronger emphasis

According to W3C specification, we use cite element to define source of a quotation or reference. Sample: This is quotation source

Element used to markup inline definition of a single term. Sample: This is definition

This element informs the browser that it contains a computer code, such as XHTML markup. Sample: document.write("Hello world");

Defines computer output data, for example we can use it to markup error messages Sample: Error: no such file or directory

Abbreviation / a shortened form of a word or phrase Sample: doctor

While this information is no longer valid

Bold text

Italic text

Highlight

Inserted text bar

H2O,

E = mc2,

The 14th of September

Lists

  • Apple
  • Pear
  • Banana
  • Orange
  • Carrot

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

  • Apple
    • Golden Delicious
    • Granny Smith
    • Idared
    • McIntosh
  • Pear
  • Banana
  • Orange
  • Carrot

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

  1. First
  2. Second
    1. sub 1
    2. sub 2
  3. Third
    • item
    • item
  4. Fourth

Lorem ipsum odor amet, consectetuer adipiscing elit. Efficitur aenean justo tristique pharetra; blandit hendrerit. Sed fermentum ornare ligula nisl leo vestibulum primis. Aenean non commodo praesent quisque; laoreet donec ad etiam. Tempus aliquet tincidunt sollicitudin proin ad vitae ultrices cubilia. Malesuada facilisi placerat purus orci convallis penatibus sociosqu. Finibus ac integer pellentesque justo taciti.

Definition List Title : This is a definition list division. Inkscape : Open Source vector graphics editor SVG : Scalable Vector Graphics W3C standard : GIMP : X GNU Image Manipulation Program : Drupal

Paragraphs

According to Wikipedia: a paragraph (from the Greek [paragraphos][#], “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. The start of a paragraph is indicated by beginning on a new line. Sometimes the first line is indented; sometimes it is indented without beginning a new line.

A paragraph typically consists of a unifying main point, thought, or idea accompanied by supporting details. The non-fiction paragraph usually begins with the general and moves towards the more specific so as to advance an argument or point of view. Each paragraph builds on what came before and lays the ground or run the length of multiple pages, and may consist of one or many sentences. When dialogue is being quoted in fiction, a new paragraph is used each time the person being quoted changed.

In (X)HTML, the p element marks a block of text as a paragraph – the opening tag <p> marks the beginning of a paragraph, and the closing tag </p> marks the end of a paragraph. The end tag is optional for legacy HTML as the browser automatically starts another paragraph at the next <p> tag, or the nextblock element.

Here’s a simple footnote,[1] and here’s a longer one.[2]

Tables

MaurisTemporPresent Lacus NullaQuis
Mauris23.000Suspendisse viverraYes
Trupis1.000Placerat tortor aesent semperNo
Sagittis122.000Neque vel condimentumNo
Libero500Hendrerit, lectus elit pretiumYes
Tristique100.000Ligula nec consequatYes
Id Neque600.000Etiam sodales orci necNo
MaurisTemporPresent Lacus NullaQuis
Mauris23.000Suspendisse viverraYes
Trupis1.000Placerat tortor aesent semperNo
Sagittis122.000Neque vel condimentumNo
Libero500Hendrerit, lectus elit pretiumYes
Tristique100.000Ligula nec consequatYes
Id Neque600.000Etiam sodales orci necNo
MaurisTemporPresent Lacus NullaQuis
Mauris23.000Suspendisse viverraYes
Trupis1.000Placerat tortor aesent semperNo
Sagittis122.000Neque vel condimentumNo
Libero500Hendrerit, lectus elit pretiumYes
Tristique100.000Ligula nec consequatYes
Id Neque600.000Etiam sodales orci necNo

Images

Small images

Figure 8 : Exemple d’utilisation d’un filtre gris neutre avec les nuages - Phil Dolby - CC BY 2.0
Figure 8 : Exemple d’utilisation d’un filtre gris neutre avec les nuages - Phil Dolby - CC BY 2.0

Big images

Big image
Big image

Notes

  1. This is the first footnote. ↩︎

  2. Here’s one with multiple paragraphs and code. Indent paragraphs to include them in the footnote. { my code } 11 Add as many paragraphs as you like. ↩︎