From c0e33a804114e2b24ad80a6a056430c598409c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20F=C3=BCrth?= Date: Fri, 12 Apr 2024 08:54:39 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 322f12f..010bb84 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ Quarto shortcode extension to display micrographs in revealjs presentations -### Features not implemented but in wish list +![](example.gif) + +### Features not implemented but on the wish list -In descending order of priority. +In descending order of priority: - Support for 16-bit raw tif. - Panel to change LUT configuration instead of default RGB: @@ -47,13 +49,12 @@ The shortcode has the formula: - Optional arguments are: - `width = "255"` default is 255px. +Full example: + ``` {{< micrograph ./img/GFP.jpg DAPI Phalloidin GFP width="255" >}} ``` -![](example.gif) - - ## Example Check our the source code for a minimal example using revealjs for the presentation: [example.qmd](example.qmd).