Update guides

This commit is contained in:
Hideaki Tanabe 2020-10-22 23:07:35 +09:00
parent 4d31b2b616
commit daf9838108
1 changed files with 16 additions and 1 deletions

View File

@ -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`.</textarea>
@ -111,4 +126,4 @@ This web site is using `markedjs/marked`.</textarea>
</script>
</body>
</html>
</html>