From 102b5bedeabd041576b04204bc7594d2af18755c Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Tue, 30 Jan 2024 13:32:25 -0600 Subject: [PATCH] fix(docs): formatting --- docs/docs/partials/_storage-template.md | 2 +- docs/tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/partials/_storage-template.md b/docs/docs/partials/_storage-template.md index 1156a6f9e9..97c327b341 100644 --- a/docs/docs/partials/_storage-template.md +++ b/docs/docs/partials/_storage-template.md @@ -17,7 +17,7 @@ Year/Year-Month-Day/Filename.Extension :::tip -By default, special characters will be converted to an HTML entity (for example, `&` -> `&`). To prevent this, wrap the variable in an extra set of braces (for example, `{{{album}}}`). You can learn more about this [here](https://handlebarsjs.com/guide/expressions.html#html-escaping) and [here](https://github.com/immich-app/immich/issues/4917). +By default, special characters will be converted to an HTML entity (for example, `&` -> `&`). To prevent this, wrap the variable in an extra set of braces (for example, `{{{album}}}`). You can learn more about this [here](https://handlebarsjs.com/guide/expressions.html#html-escaping) and [here](https://github.com/immich-app/immich/issues/4917). ::: Immich also provides a mechanism to migrate between templates so that if the template you set now doesn't work in the future, you can always migrate all the existing files to the new template. The mechanism is run as a job on the Job page. diff --git a/docs/tsconfig.json b/docs/tsconfig.json index bd85154b4d..aa1c63a6c5 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -4,6 +4,6 @@ "compilerOptions": { "baseUrl": ".", - "module": "Node16", - }, + "module": "Node16" + } }