marp | size | paginate | theme | footer | header | headingDivider |
---|---|---|---|---|---|---|
true |
14580 |
true |
Naereen2 |
Titre footer en bas à gauche, © 2021 <a class="right" href="https://perso.crans.org/besson/">Lilian Besson </a>, (<a class="right" href="https://GitHub.com/Naereen">GitHub/@Naereen</a>), <a href="https://lbesson.mit-license.org/">sous licence MIT</a> |
<img height="30em" src="logo.png"> Titre header en haut à gauche |
2 |
Ces slides peuvent être rédigés dans VSCode et visualisés avec Marp.
Cf Marp.app
On peut les exporter comme une présentation HTML/js interactive, depuis VSCode, et ensuite convertir cette présentation comme un PDF.
© This document is © Lilian Besson, 2021 see https://github.com/Naereen/slides/
On my theme, paragraphs have justified text by default!
This is random paragraph: Et commodo culpa adipisicing culpa irure officia excepteur. Irure exercitation veniam laboris quis elit tempor amet pariatur aute est dolore. Excepteur cillum sint in ea laborum in ex duis laboris nostrud minim.
This is random paragraph: Et commodo culpa adipisicing culpa irure officia excepteur. Irure exercitation veniam laboris quis elit tempor amet pariatur aute est dolore. Excepteur cillum sint in ea laborum in ex duis laboris nostrud minim.
This is random paragraph: Et commodo culpa adipisicing culpa irure officia excepteur. Irure exercitation veniam laboris quis elit tempor amet pariatur aute est dolore. Excepteur cillum sint in ea laborum in ex duis laboris nostrud minim.
-
This is random paragraph: Et commodo culpa adipisicing culpa irure officia excepteur. Irure exercitation veniam laboris quis elit tempor amet pariatur aute est dolore. Excepteur cillum sint in ea laborum in ex duis laboris nostrud minim.
-
This is random paragraph: Et commodo culpa adipisicing culpa irure officia excepteur. Irure exercitation veniam laboris quis elit tempor amet pariatur aute est dolore. Excepteur cillum sint in ea laborum in ex duis laboris nostrud minim.
-
This is random paragraph: Et commodo culpa adipisicing culpa irure officia excepteur. Irure exercitation veniam laboris quis elit tempor amet pariatur aute est dolore. Excepteur cillum sint in ea laborum in ex duis laboris nostrud minim.
Inline equations, as for instance the classic
See https://naereen.github.io/StrapDown.js/example3.html
J'ai essayé de faire de ce slide un "titre" avec :
<!-- _class: titre -->
![width:250](logo.png)
![width:250](logo.png#left)
![width:250](logo.png#right)
![width:250](logo.png#center)
![width:100](logo.png)
![width:200](logo.png)
![width:300](logo.png)
In OCaml, for instance:
let rec fact n = n ;;
type 'a Tree = Leaf | Node of ('a Tree, 'a, 'a Tree);;
Using this Markdown code:
```ocaml
let rec fact n = n ;;
type 'a Tree = Leaf | Node of ('a Tree, 'a, 'a Tree);;
```
- One
- Two
- Three
- One
- Two
- Three
- One
- Two
- Three
Lists using *
should appear one at a time, in the produced HTML or PDF.
* One
* Two
* Three
Demo of using
![bg](#fff) <!-- white background: default -->
![](#000) <!-- black text: default -->
to change font color and slide background. (Marp Markdown's syntax extension)
Demo of using
![bg](black) <!-- black background: ugly -->
![](white) <!-- white text: ugly -->
to change font color and slide background. (Marp Markdown's syntax extension)
Demo of using
![bg](rgb(255,128,0)) <!-- orange background: ugly -->
![](rgb(255,255,255)) <!-- white text: ugly -->
to change font color and slide background. (Marp Markdown's syntax extension)
- item
- item
Image on right background side
- Titles are
NOTtop alignedyet, I managed to obtain this on old Marp, I want it again!DONE - fontify and my own handwriting font don't work yet!
-
Test de ligature fi if si tl rst rest Naereenfailed - How to export slides to PDF? Use
decktape
ormarp-cli
- TODO lines are not correctly converted?
I want this header to be top aligned!
I want this header to be top aligned!
- Pretty OK, but not perfect
Merci de votre attention 👍 !