From 9635a38cf7ba74e759166b3d73f4ef9f53816446 Mon Sep 17 00:00:00 2001 From: Varun Ramesh Date: Wed, 6 Sep 2023 04:20:18 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cc9724..b8a7152 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Cells can be configured with the following attributes: Script tags are great for defining notebook cells since they can hold pretty much any code without escaping. However, you can also use `
` tags instead. When using `pre` tags, reserved HTML characters should be escaped using HTML entities (this can be done by your static site generator).
 
-```
+```html
 
 console.log("<b>HELLO</b>");
 
@@ -60,7 +60,7 @@ console.log("<b>HELLO</b>"); ## Developing -``` +```bash git clone https://github.com/rameshvarun/blog-cells.git cd blog-cells npm install