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).