From 7bb59d92429650c519fb9eab62811a24b3e661a3 Mon Sep 17 00:00:00 2001 From: Raphael MANSUY Date: Sat, 29 Jun 2024 10:18:49 +0800 Subject: [PATCH] Update TEMPLATE.md --- TEMPLATE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TEMPLATE.md b/TEMPLATE.md index b908c98..906fc22 100644 --- a/TEMPLATE.md +++ b/TEMPLATE.md @@ -89,9 +89,7 @@ In this example, `project_name` and `analysis_date` are user-defined variables. {% for file in python_files %} ### {{ file.path }} -``````python {{ file.content }} -`````` {% endfor %} @@ -100,9 +98,7 @@ In this example, `project_name` and `analysis_date` are user-defined variables. {% for file in js_files %} ### {{ file.path }} -```javascript {{ file.content }} -``` {% endfor %} ```