From 0550008f75fe29c42c90c4ef30a6059c149d39f9 Mon Sep 17 00:00:00 2001
From: Amy Lam
Date: Tue, 11 Jan 2022 20:25:00 -0800
Subject: [PATCH] Update CodeBlock syntax
Allows us to write code samples as they are, improving code readability
---
website/app/templates/engineering.hbs | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/website/app/templates/engineering.hbs b/website/app/templates/engineering.hbs
index 05926eda..35a20ea9 100644
--- a/website/app/templates/engineering.hbs
+++ b/website/app/templates/engineering.hbs
@@ -224,12 +224,14 @@
@stretched
attribute:
{{! prettier-ignore-start }}
+ {{! template-lint-disable no-triple-curlies }}
- '
+ @code={{{'
+
+ '}}}
/>
+ {{! template-lint-enable no-triple-curlies }}
{{! prettier-ignore-start }}
@@ -258,12 +260,14 @@
@isInlineBlock
to false:
{{! prettier-ignore-start }}
+ {{! template-lint-disable no-triple-curlies }}
- '
+ @code={{{'
+
+ '}}}
/>
+ {{! template-lint-enable no-triple-curlies }}
{{! prettier-ignore-end }}