aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authormarv <rotrobmin@gmail.com>2024-02-02 20:44:14 -0800
committerGitHub <noreply@github.com>2024-02-03 04:44:14 +0000
commit97c5c741137ecc363630c58797901f1eb829c1bb (patch)
tree050bd42fc633d728d1687d51db93714efabbfe81 /dev
parente598a97f27747bef0f850dcce2ad7bdeab89e0cd (diff)
Add Prettier Formatting for Markdown Files and Pre-Commit Hook (#543)
* Install prettier, add prettierignore * Add precommit hook for md * Prettier format md files
Diffstat (limited to 'dev')
-rw-r--r--dev/lib/handlebars/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/lib/handlebars/README.md b/dev/lib/handlebars/README.md
index cc151645..1ec14ef4 100644
--- a/dev/lib/handlebars/README.md
+++ b/dev/lib/handlebars/README.md
@@ -5,6 +5,7 @@ A custom version of the handlebars package which, to improve security, does not
## Limitations
- Only the following compile options are supported:
+
- `data`
- `knownHelpers`
- `knownHelpersOnly`