✒️

Markdown Syntax Cheat Sheet (Super Simple)

This article is machine-translated, may not be accurate
10/5/2025

If you’ve used Google Docs or Word, Image from Gyazo 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 #.

## タイトル

You type it like this Image from Gyazo


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

[リンクテキスト](https://example.com)


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

1/12/2026

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.

0 times clapped

💻

Let's Develop as a Team on GitHub

10/6/2025

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.

0 times clapped

🤖

Let's Read Google Sheets via API!

6/22/2024

This is a re-publication of an article I wrote on another site last year.

It's super easy. I'll...

0 times clapped

🗓️

Thoughts on Life Logging Systems

11/18/2025

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.

0 times clapped