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
🍳 XR's Use Might Be as a HUD - Let's Cook with AI
XR's Use Might Be as a HUD - Let's Cook with AI
I borrowed an inmo XR — Android-powered XR glasses — from Ukai, familiar from Mitou Junior, and did a little hackathon. After struggling with what to use it for, I built a cooking assistant to enjoy with an AI. I tried using the XR glasses to cook with AI, so I'll introduce that here.
💻 Let's Develop as a Team on GitHub
Let's Develop as a Team on GitHub
For those of you who have registered a GitHub account but don't use it because you're not a developer, here's a brief guide on 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...
🗓️ 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.
