Notice: Trying to access array offset on value of type null in /home/nliautau/pico/vendor/erusev/parsedown-extra/ParsedownExtra.php on line 241

Notice: Trying to access array offset on value of type null in /home/nliautau/pico/vendor/erusev/parsedown-extra/ParsedownExtra.php on line 241

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/nliautau/pico/vendor/twig/twig/lib/Twig/Node.php on line 42

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/nliautau/pico/vendor/twig/twig/lib/Twig/Node.php on line 198
This page shows the demo of the **Pico Output** plugin. https://github.com/nliautaud/pico-output - [?output=content](?output=content) - [?output=raw](?output=raw) - [?output=prepared](?output=prepared) - [?output=json](?output=json) - [?output=xml](?output=xml) The `content` and `raw` formats are enabled site-wide trough the site config, with : ```yml PicoOutput: formats: [content, raw] ``` The `prepared`, `json` and `xml` formats are enabled only here trough the page metadata : ```yml --- Title: PicoOutput PicoOutput: formats: [prepared, json, xml] --- ```