Skip to content

Commit cbef29f

Browse files
committed
feat: add images
1 parent 63dd0bc commit cbef29f

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

en/workshop/basic/the-right-way-of-markdown.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Use Markdown in your Answer / End nodes to render things like:
1515
- Fenced Code Blocks
1616
- Audio and Video
1717

18+
<img
19+
src="/images/CleanShot2025-07-14at00.34.54.png"
20+
className="mr-auto"
21+
/>
22+
1823
### Headings
1924

2025
Use `#` for headings, with the number of `#` symbols indicating the heading level:

ja-jp/workshop/basic/the-right-way-of-markdown.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Answer / End ノード内で以下のような要素を Markdown で描画でき
1515
* 複数行のコードブロック
1616
* オーディオとビデオ
1717

18+
<img
19+
src="/images/CleanShot2025-07-14at00.34.54.png"
20+
className="mr-auto"
21+
/>
22+
1823
### 見出し
1924

2025
`#` を使って見出しを作成します。`#` の数が見出しの階層を表します:

zh-hans/workshop/basic/the-right-way-of-markdown.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ title: Markdown 的正确使用方式
1515
* 多行代码块
1616
* 音频和视频
1717

18+
<img
19+
src="/images/CleanShot2025-07-14at00.34.54.png"
20+
className="mr-auto"
21+
/>
22+
1823
### 标题
1924

2025
使用 `#` 来表示标题,`#` 的数量表示标题级别:

0 commit comments

Comments
 (0)