From d401c143ec44f0d93beecb447c4b93fd99d98a46 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 31 Oct 2022 14:58:50 +0100 Subject: [PATCH] added faq for makrdown preview --- docs/faq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 5009872f0..46840f09b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -48,6 +48,13 @@ The other common issue is that the recommended nginx container is removed from t If removed, the nginx webserver needs to be replaced by something else that servers the /mediafiles/ directory or `GUNICORN_MEDIA` needs to be enabled to allow media serving by the application container itself. + +## Why does the Text/Markdown preview look different than the final recipe ? + +Tandoor has always rendered the recipe instructions markdown on the server. This also allows tandoor to implement things like ingredient templating and scaling in text. +To make editing easier a markdown editor was added to the frontend with integrated preview as a temporary solution. Since the markdown editor uses a different +specification than the server the preview is different to the final result. It is planned to improve this in the future. + ## Why is Tandoor not working on my Raspberry Pi? Please refer to [here](install/docker.md#setup-issues-on-raspberry-pi).