✏️
Markdown Guide
作成日:
2021/06/30
0
This page explains Markdown of Ticketnote
.
Reference:What is Markdown?
Headings
# Heading level 1
## Heading level 2
### Heading level 3
#### Heading level 4
Unordered Lists
- HTML
- CSS
- Javascript
* Java
- HTML
- CSS
- Javascript
- Java
Ordered Lists
1. First
2. Second
- First
- Second
Checkbox
- [x] HTML
- [ ] CSS
If it is the text you created, you can check.
Links
[text](url)
Emphasis
*Italic*
**Bold**
***Bold and Italic***
~~strike~~
`single quote`
Italic
Bold
Bold and Italic
strike
single quote
Images
![alt](https://....)
Tables
| Head | Head | Head |
| ---- | ---- | ---- |
| Text | Text | Text |
| Text | Text | Text |
Head | Head | Head |
---|---|---|
Text | Text | Text |
Text | Text | Text |
Code Block
- You can insert a code block by sandwiching it with ```.
- If you specify the language after ```, the decoration will be applied to the code.
- example... ```js
const showMessage = () => {
console.log("Hello");
};
はじめまして。こちらはTicektnote運営事務局の公式アカウントです。Ticketnoteのリリース情報や開発状況について発信していきます。Ticketnoteは「プログラミング学習を記録・共有する新しいサービス」です。是非ご利用ください。是非ご利用ください是非ご利用ください是非ご利用ください是