diff --git a/public/index.html b/public/index.html
index 8f4e423..070058f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -80,6 +80,21 @@ You may be using [Markdown Live Preview](https://markdownlivepreview.com/).
>
>> Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
+## Tables
+
+| Left columns | Right columns |
+| ------------- |:-------------:|
+| left foo | right foo |
+| left bar | right bar |
+| left baz | right baz |
+
+## Blocks of code
+
+```
+let message = 'Hello world';
+alert(message);
+```
+
## Inline code
This web site is using `markedjs/marked`.
@@ -111,4 +126,4 @@ This web site is using `markedjs/marked`.