diff --git a/docs/docs/documentation/getting-started/installation/backend-config.md b/docs/docs/documentation/getting-started/installation/backend-config.md index bea52fc12..2fd34f973 100644 --- a/docs/docs/documentation/getting-started/installation/backend-config.md +++ b/docs/docs/documentation/getting-started/installation/backend-config.md @@ -156,8 +156,6 @@ Setting the following environmental variables will change the theme of the front ### Docker Secrets -### Docker Secrets - > Starting in version `2.4.2`, any environment variable in the preceding lists with a dagger > symbol next to them support the Docker Compose secrets pattern, below. [Docker Compose secrets][docker-secrets] can be used to secure sensitive information regarding the Mealie implementation diff --git a/frontend/components/global/SafeMarkdown.vue b/frontend/components/global/SafeMarkdown.vue index cfa764b0d..dd581e50c 100644 --- a/frontend/components/global/SafeMarkdown.vue +++ b/frontend/components/global/SafeMarkdown.vue @@ -1,12 +1,11 @@