Skip to content

Latest commit

 

History

History
316 lines (246 loc) · 7.5 KB

test markdown.md

File metadata and controls

316 lines (246 loc) · 7.5 KB
title order in_menu
Test markdown
8
true

title: Layout Test 1 theme: monolith layout: base robots:

Markdown Cheat Sheet

Thanks for visiting The Markdown Guide!

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.

Basic Syntax

Voici un exemple de fichier Markdown qui inclut plusieurs cas d'utilisation de la syntaxe classique :

Titre niveau 1

Titre niveau 2

Titre niveau 3

Titre niveau 4

Italique

Gras

Barré

Code en ligne

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Bloc de citation

Markdown Guide

alt text

alt text

Liste :

  1. First item
  2. Second item
  3. Third item

Unordered List

  • First item
    • un autre item
    • un autre item
      • un autre item
  • Second item
  • Third item
Colonne 1 Colonne 2
Cellule 1 Cellule 2
Cellule 1 Cellule 2

Autre taleaux

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more

Extended Syntax

[TOC]

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

Footnote

Here's a sentence with a footnote. 1

Here's a sentence with a footnote. 2

Heading ID

My Great Heading {#custom-id}

Definition List

term : definition

Strikethrough

The world is flat.

Task List

  • Write the press release
  • Update the website
  • Contact the media

Emoji

That is so funny! 😂

(See also Copying and Pasting Emoji)

Highlight

I need to highlight these ==very important words==.

Super & Subscript

H2O

X^2^

Gallery

{{Gallery ./content/img/test2}}

##Test 2 Test [^a] [^a]: [x] C'est en ==cours== de dev. {{Gallery ./themes/monolith/img}}

Math

$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

mathML ∮ C B → ∘ d l → = μ 0 ( I enc + ε 0 d d t ∫ S E → ∘ n ^ d a )

Notice Framalibre

Scribouilli

Créer votre petit site facilement !

Element (ex Riot)

Element rassemble toutes vos conversations et intégrations applicatives en une seule application.

BEEP app

BEEP est une application de gestion et de surveillance de rucher pour les apiculteurs.

## Test video
<iframe title="Filtre photo infrarouge fait maison avec une disquette." src="https://peertube.ch/videos/embed/8d19d7b9-f029-4f77-bb17-ff73be0c7f70?title=0&warningTitle=0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups" style="position: absolute; inset: 0px;" width="100%" height="100%" frameborder="0"></iframe>

Test Son

<script type="module"> import WaveSurfer from 'https://unpkg.com/wavesurfer.js@7/dist/wavesurfer.esm.js' const wavesurfer = WaveSurfer.create({ container: '#waveform', waveColor: '#68a15e', progressColor: '#2a6442', mediaControls: true, url: 'https://peertube.ch/download/streaming-playlists/hls/videos/7bd5b9f5-de5d-4faa-ab8a-62549b2daa44-0-fragmented.mp4', barWidth: 1, barGap: 2, barRadius: 3, }) wavesurfer.on('interaction', () => { wavesurfer.play() }) </script>

Test Son 2

<script type="module"> import WaveSurfer from 'https://unpkg.com/wavesurfer.js@7/dist/wavesurfer.esm.js' const wavesurfer = WaveSurfer.create({ container: '#waveform2', waveColor: '#68a15e', progressColor: '#2a6442', mediaControls: true, url: 'https://peertube.ch/download/streaming-playlists/hls/videos/ffdd9fde-4fe4-4c3d-815f-71a798d1cb93-0-fragmented.mp4', barWidth: 2, barGap: 1, barRadius: 2, }) wavesurfer.on('interaction', () => { wavesurfer.play() }) </script>

Mape

<iframe width="100%" height="500" src="https://www.openstreetmap.org/export/embed.html?bbox=25.18002033233643%2C0.49030182377938913%2C25.200276374816898%2C0.5091194864261668&layer=mapnik&marker=0.49971066184068763%2C25.19014835357666" style="border: 1px solid black"></iframe>
Afficher une carte plus grande

Footnotes

  1. This is the footnote.

  2. Une autre