formatting pdf
Markdown
→ Internal link with section
→ Relative links
![The link description](file.md#the-section-to-replace-space-with-minus-and-lower-case)
→ Absolute links
![The link description](/path/to/the/file.md#the-section-to-replace-space-with-minus-and-lower-case)
→ Clickable images
This allows to make the image clickable (and allow zooming):
[![Alt description](image-link.png)](image-link.png)
→ Generate papers pdf from markdown
→ Transpile MD to html
→ Technical documentation
→ Mkdocs
→ Mdbook
The left panel is somehow buged on mobile: once on bottom, no way to scroll upward.
→ HonKit
The pdf/ebook rendering is ugly. The outlines exist but are broken.
→ Zeste de savoir
→ Myst website
→ Myst
- jupyterlab extension also site made with myst ?
- vscode extension
- blog jupyter books
- export pdf / docx
- also support for typst pdf
- myst server does not yet support base_url
- static serve fails with missing .html suffix
myst init
myst templates download --site "book-theme"
myst build --html
apt-get -y install latexmk
apt-get -y install texlive-xetex
myst build --pdf ./index.md
This page was last modified: