Markdown Syntax Cheat Sheet (Super Simple)
If you’ve used Google Docs or Word,
you can select bold, italic, headings and so on like this.
However, when using editors for writing code, such buttons are often not available, or you may not be able to select text with a mouse.
Markdown is a language (markup language) that lets you represent headings, emphasis, and lists by adding simple characters to text.
You often use it in editors like VS Code, Notion, Obsidian, so I made a cheat sheet (there are many like this on the web, but I wanted something a bit simpler).
Headings
Headings use #.
## タイトル
Heading 1
Heading 2
Heading 3
Heading 4
Text formatting
Bold
**太字にしたい文字**
This becomes bold
Italic
_斜体にしたい文字_
This becomes italic
Lists
- `-`を入れた後にスペースを入れると
- 箇条書きになります
- If you put
-followed by a space - it becomes a list
Links
[リンクテキスト](https://example.com)
Link text
There are many other syntaxes, but if you cover these, you can look up the rest when needed.
0 people clapped 0 times
Related articles
💻 Let's Try Team Development on GitHub
Let's Try Team Development on GitHub
For those of you who have registered an account on GitHub but haven't used it because you're not a developer, I've written a brief article explaining how to use it.
🤖 Let's Read Google Sheets via API!
Let's Read Google Sheets via API!
This is a re-publication of an article I wrote on another site last year.
It's super easy. I'll...
🍳 XR's Use May Be Like a HUD — Let's Cook with AI
XR's Use May Be Like a HUD — Let's Cook with AI
I borrowed an inmo XR, an Android-based XR headset, from Ukai (known from Mitou Junior) and did a small hackathon. After struggling to find a use, I built an AI-powered cooking assistant to enjoy cooking with an AI. Here I introduce my attempt to cook with AI using the XR glasses.
🗓️ Thoughts on Life Logging Systems
Thoughts on Life Logging Systems
With the advancement of LLMs, it has become easier to verbalize human behavior and analyze conversations with others. However, I felt that none of it quite fit, so I thought about various aspects from both technical and usability perspectives.
