diff options
author | marv <rotrobmin@gmail.com> | 2024-02-02 20:44:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-03 04:44:14 +0000 |
commit | 97c5c741137ecc363630c58797901f1eb829c1bb (patch) | |
tree | 050bd42fc633d728d1687d51db93714efabbfe81 /dev/lib | |
parent | e598a97f27747bef0f850dcce2ad7bdeab89e0cd (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/lib')
-rw-r--r-- | dev/lib/handlebars/README.md | 1 |
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` |