# 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)
![Légende](images/cc_by.gif)
Jump to Header 1
* 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: | 🐧 |
HTML | Figure | HTML | Figure | HTML | Figure | HTML | Figure |
---|---|---|---|---|---|---|---|
&# 9632; | ■ | &# 9633; | □ | &# 9634; | ▢ | &# 9635; | ▣ |
&# 9636; | ▤ | &# 9637; | ▥ | &# 9638; | ▦ | &# 9639; | ▧ |
&# 9640; | ▨ | &# 9641; | ▩ | &# 9642; | ▪ | &# 9643; | ▫ |
HTML | Figure | HTML | Figure | HTML | Figure | HTML | Figure |
---|---|---|---|---|---|---|---|
&# x25A0; | ■ | &# x25A1; | □ | &# x25A2; | ▢ | &# x25A3; | ▣ |
&# x25A4; | ▤ | &# x25A5; | ▥ | &# x25A6; | ▦ | &# x25A7; | ▧ |
&# x25A8; | ▨ | &# x25A9; | ▩ | &# x25AA; | ▪ | &# x25AB; | ▫ |
<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 = 3, maxZoom = 3))
m <- addTiles(m)
m <- addMarkers(m, lng=-16.9247, lat=14.7906, popup="Thiès : Cari 2020")
m # Affichage
library(leaflet)
m <- leaflet(options = leafletOptions(minZoom = 9, maxZoom = 9))
m <- addTiles(m)
m <- addMarkers(m, lng=-16.9247, lat=14.7906, popup="Thiès : Cari 2020")
m # Affichage