File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,24 +7,24 @@ Pure markdown files can (currently) not split a slide in column without html.
77To convert the slidedeck into a * .html file:
88
99 # Server mode (Serve current directory in http://localhost:8080/)
10- marp --theme-set ngi- theme.css --html -w slides.md
10+ marp --theme-set theme.css --html -w slides.md
1111
1212
1313### Local work with docker
1414Latest tag: 'v4.1.2'
1515
1616Use the presentation in local mode with the ` watch ` command
1717
18- docker run --rm --init -v $PWD:/home/marp/app -e LANG=$LANG -p 8080:8080 -p 37717:37717 marpteam/marp-cli:v3.2.0 --theme ngi- theme.css --watch -s --html .
18+ docker run --rm --init -v $PWD:/home/marp/app -e LANG=$LANG -p 8080:8080 -p 37717:37717 marpteam/marp-cli:v3.2.0 --theme theme.css --watch -s --html .
1919
2020Then click on the name of the file opening at the local host [ http://localhost:8080/ ] ( http://localhost:8080/ ) .
2121
2222Convert slide deck into pdf
23- docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli: v3 .2.0 --theme ngi- theme.css slides.md --pdf
23+ docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli: v3 .2.0 --theme theme.css slides.md --pdf
2424
2525Convert slide deck into html
2626
27- docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli:v3.2.0 --theme ngi- theme.css slides.md --html
27+ docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli:v3.2.0 --theme theme.css slides.md --html
2828
2929
3030
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Usage: uv [OPTIONS] <COMMAND>
139139---
140140
141141
142- Start a project
142+ # Start a project
143143
144144```
145145~$ uv init test-uv
@@ -151,6 +151,7 @@ Start a project
151151├── main.py
152152├── pyproject.toml
153153```
154+
154155Run example script
155156
156157```
@@ -161,7 +162,7 @@ Run example script
161162```
162163---
163164
164- ## Start a package project
165+ # Start a package project
165166```
166167~$ uv init --package test-uv-package
167168~test-uv-package$ ls
@@ -246,9 +247,5 @@ dependencies = [
246247
247248# Poetry vs. uv
248249
249- ---
250-
251- # UV
252- ## - A promising candidate to acend from the Python packaging hell
253250
254- 
251+ 
You can’t perform that action at this time.
0 commit comments