diff options
author | Marcel Ribeiro-Dantas <mribeirodantas@seqera.io> | 2023-02-28 21:00:37 -0300 |
---|---|---|
committer | Marcel Ribeiro-Dantas <mribeirodantas@seqera.io> | 2023-02-28 21:00:37 -0300 |
commit | fbaa905e23f26d20b37a3886dd8e07cd6edb8680 (patch) | |
tree | 00c3caeab6ec01da7ab513834c2ad7a74b99eea7 /hjson.html.markdown | |
parent | c8aa954518d119108ea974691f6eab0fce9c1c20 (diff) |
Fix broken pages due to unknown language for syntax highlighting
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
Diffstat (limited to 'hjson.html.markdown')
-rw-r--r-- | hjson.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hjson.html.markdown b/hjson.html.markdown index b9b35062..6b3cc3ed 100644 --- a/hjson.html.markdown +++ b/hjson.html.markdown @@ -15,7 +15,7 @@ to read and edit before passing the JSON data to the machine. Let's take a look at examples to see the key syntax differences! -```hjson +``` { # Comments are totally supported! |