
#       Titre 1
##      Titre 2
####    Titre 3
#####   Titre 4
######  Titre 5
####### Titre 6
Titre 6
Voici des mots en *italique* ou _italique_
Voici des mots en italique ou italique
Voici des mots en **gras** ou __gras__
Voici des mots en gras ou gras
Voici des mots en ***gras et italique*** ou ___gras et italique___
Voici des mots en gras et italique ou gras et italique
<!-- Commentaires -->
\tekbf{Tex ignored in HTML}
<em>HTML ignored in PDF</em>
HTML ignored in PDF
<http://www.rstudio.com>
[link](www.studio.com)
Jump to [Header 1](#anchor)

Jump to Header 1
Légende
* liste non ordonnées
  + sous-liste 1
  + sous-liste 2
    + sous-sous-liste 1
* item 2
1. liste ordonnée
2. item 2
   i) sous-liste
       A. sous-sous-liste
(@) une liste dont la numérotation continue après
(@) une interruption
Terme 1
: Définition 1
| Gauche | Centre | Défaut | Droit |
|:-------|:------:|--------|------:|
| 12     | 12     | 12     | 12    |
| 123    | 123    | 123    | 123   |
| Gauche | Centre | Défaut | Droit | 
|---|---|---|---|
| 12 | 12 | 12 | 12 | 
| 123 | 123 | 123 | 123 | 
- slide bullet 1
- slide bullet 2
>- to have slide bullet appear on click
- to have slide bullet appear on click
 
Régle horizontale
---
Voici une note de bas de page [^1]
[^1] Voici la note de bas de page
Voici une note de bas de page [^1]
[^1] Voici la note de bas de page
emoji  :+1: :camel: :rocket: :metal: :octocat:
emoji :+1: :camel: :rocket: :metal: :octocat:
function test() {
  console.log("lookma', no spaces")}
}
- [x] this is a complete item
- [ ] this is an incomplete item
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
$$Maths : A = \pi R^{2}$$
$$Physique : E = mc^{2}$$
$$Chimie : CH_4 + 2O_2 \longrightarrow CO_2 + 2H_2 O$$
\[Maths : A = \pi R^{2}\] \[Physique : E = mc^{2}\] \[Chimie : CH_4 + 2O_2 \longrightarrow CO_2 + 2H_2 O\] 
Liste complète des Èmoji : Èmoji en Unicode-8 et Èmoji en Unicode (version 14)
| Codepoints | Shortcodes | Emoji | 
|---|---|---|
| U+1F427 | :penguin: | 🐧 | 
| U+2714 U+FE0F | :heavy_check_mark: | ✔️ | 
| U+2611 U+FE0F | :ballot_box_with_check: | ☑ | 
| Codepoints | HTML | Emoji Shortcodes | Icones | 
|---|---|---|---|
| U+00A9 | &# xa9; | :copyright: | © | 
| U+00AE | &# xae; | :registered: | ® | 
| U+2611 | &# x2611; | :registered: | ® | 
| U+221A | &# x221A; | :square_root: | √ | 
| U+221E | &# x221E; | :infinity: | ∞ | 
| U+2260 | &# x2260; | :not-equel_to: | ≠ | 
| U+2611 | &# x2611; | :ballot_box_with_check: | ☑ | 
| U+2640 | &# x2640; | :female: | ♀ | 
| U+2642 | &# x2642; | :male: | ♂ | 
| U+2713 | &# x2713; | :check_mark: | ✓️ | 
| U+2714 | &# x2714; | :heavy_check_mark: | ✔ | 
| U+1F427 | &# x1F427; | :penguin: | 🐧 | 
<del>texte barré</del> et saut de ligne<br>
Espace insécable<br>
Espaces     multiples
et saut de ligne
 Espace insécable
 Espaces     multiples
<table>
  <thead>
    <tr>
      <th></th>
      <th><img src="images/transparent_0700x0002.png" alt="transparent"></th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td align="left"><a href="#HTML"><span style="font-size:32px">Avant</span></a></td>
      <td align="center"><span style="color: red; font-size:32px">   Ici   </span></td>
      <td align="right"><a href="#JavaScript"><span style="font-size:32px">Après</span></a></td>
    </tr>
  </tbody>
</table>
 
 | 
||
|---|---|---|
| Avant | Ici | Après | 
library(leaflet)
m <- leaflet(options = leafletOptions(minZoom = 13, maxZoom = 13))
m <- addTiles(m)
m <- addMarkers(m,                                                                lng=+05.412, lat=43.5330, popup="Jas-de-Bouffan</br>ADIS")
m <- addMarkers(m,                                                                lng=+05.447, lat=43.5266, popup="Aix-en-Provence<br/>Cours Mirabeau")
m <- addMarkers(m,                                                                lng=+05.490, lat=43.510,  popup="Le Tholonet<br/>Centre Duby")
m # Affichage