mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

652
comptes actifs

#quarto

4 messages4 participants0 message aujourd’hui
A répondu dans un fil de discussion

@BryanHogan

Curious about this, but please add a link to the post! (Also for later reference, when that post might not be at the top of your blog's landing page anymore.)

I'd recommend giving #Quarto a spin as well. It's also based on #Markdown + #BibTex, but is designed for academic long-form writing (e.g. with the "book" format).

A quick hack to show how to insert a #IIIf-Viewer in a #quarto html-doc:
```{html}
<script src="cdnjs.cloudflare.com/ajax/libs"></script>
<div id="openseadragon-viewer" style="width: 100%; height: 500px;"></div>
<script>
var viewer = OpenSeadragon({
id: "openseadragon-viewer",
prefixUrl: "cdnjs.cloudflare.com/ajax/libs",
tileSources: "heidicon.ub.uni-heidelberg.de/",
showNavigator: true,
});
</script>
```

Quarto 1.7 is here! 🎉

Now you can easily add light/dark mode to your projects with brand files and control which computational outputs appear in each mode with the new renderings option.

See it in action on quarto.org and learn more: quarto.org/docs/blog/posts/202

QuartoQuarto 1.7 – QuartoQuarto 1.7 brings big improvements to dark mode along with updates to Typst, Pandoc, a new version shortcode, and improvements to the julia engine.