File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ lobster.js を使えば拡張Markdown記法で簡単にリッチな静的Webサ
1414
1515## 普通の Markdown にできないこと
1616
17- 標準 Markdown では raw HTML が必要なことが 、lobster.js ではネイティブ記法で書けます 。
18- 下の 2 カラムレイアウト? 純粋な Markdown です 。
17+ 標準 Markdown では HTML の埋め込みが必要なことが 、lobster.js では簡単な拡張Markdown記法で書けます 。
18+ 下の 2 カラムレイアウトも HTML 埋め込み無しで実現できます 。
1919
2020~ | | |
2121~ | :--- | :--- |
@@ -86,7 +86,7 @@ lobster.js を使えば拡張Markdown記法で簡単にリッチな静的Webサ
8686
8787## :::details — 折りたたみブロック
8888
89- 標準 Markdown では raw ` <details> ` HTML を書く必要があります 。lobster.js なら純粋な Markdown です 。
89+ 標準 Markdown では ` <details> ` タグを書く必要があります 。lobster.js なら ` :::details ` と ` ::: ` で囲むだけです 。
9090
9191:::details インライン記法チートシート(クリックで展開)
9292
@@ -123,7 +123,6 @@ lobster.js を使えば拡張Markdown記法で簡単にリッチな静的Webサ
123123- [x] 段組レイアウト
124124- [x] 折りたたみブロック
125125- [x] セル結合テーブル
126- - [x] シンタックスハイライト(` language-* ` クラス出力、ハイライターは自由に選択)
127126
128127:::
129128
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ This page itself is rendered by lobster.js^[index.html is just 15 lines. Load lo
1414
1515## What plain Markdown can't do
1616
17- Things that require raw HTML in standard Markdown are native syntax in lobster.js.
18- The two -column layout below? Pure Markdown .
17+ Tasks requiring embedded HTML in standard Markdown can be done with simple extended syntax in lobster.js.
18+ Even the 2 -column layout below is possible without any HTML .
1919
2020~ | | |
2121~ | :--- | :--- |
@@ -85,7 +85,7 @@ The core parser is pure functions with no DOM dependency. Works in Node.js and D
8585
8686## :::details — collapsible blocks
8787
88- Standard Markdown requires you to write raw ` <details> ` HTML. With lobster.js, it's just Markdown .
88+ Standard Markdown requires you to write raw ` <details> ` HTML. With lobster.js, just wrap it with ` :::details ` and ` ::: ` .
8989
9090:::details Inline syntax cheatsheet (click to expand)
9191
@@ -122,7 +122,6 @@ Checklist:
122122- [x] Multi-column layout
123123- [x] Collapsible blocks
124124- [x] Cell-merging tables
125- - [x] Syntax highlighting (via ` language-* ` class, bring your own highlighter)
126125
127126:::
128127
You can’t perform that action at this time.
0 commit comments