Skip to content

Commit

Permalink
fixed in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
dai committed Mar 4, 2024
1 parent 0f7a1d4 commit fc0c85a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/ja-quick-start-for-markdown-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,19 @@ Markdownでは、行を2つのスペースで終わらせることで、ハー

Markdownでは、raw HTMLを"そのまま"挿入することができます。 djotでは、raw HTMLとしてマークする必要があります:

````
これがraw HTMLです: `<a id="foo">`{=html}
これがraw HTMLです: <code>`<a id="foo">`{=html} </code>

これがraw HTMLブロックです:


````
``` =html
<table>
<tr><td>foo</td></tr>
</table>
```
````

#### テーブル
Expand Down

0 comments on commit fc0c85a

Please sign in to comment.