diff --git a/docs/faq.md b/docs/faq.md index 5009872f..46840f09 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).