「Notion2mdtest」の版間の差分
Notion-MW タグ: 差し戻し済み |
Notion-MW |
||
(同じ利用者による、間の9版が非表示) | |||
1行目: | 1行目: | ||
head<br /> | head | ||
test<br /> | |||
ここは常に表示 | ここは常に表示 | ||
65行目: | 67行目: | ||
test2 | test2 | ||
<pre>### インデント見出し2</pre> | <pre>### インデント見出し2 | ||
## インデント見出し黄色</pre> | |||
<span id="箇条書き要約など"></span> | <span id="箇条書き要約など"></span> | ||
== 箇条書き・要約など == | == 箇条書き・要約など == | ||
108行目: | 113行目: | ||
[https://www.google.com/ Google] | [https://www.google.com/ Google] | ||
==== 箇条書き ==== | |||
<ol style="list-style-type: decimal;"> | |||
<li>11111111111</li> | |||
<li>2222222222222 | |||
<ol style="list-style-type: decimal;"> | |||
<li>aaaaaaaaaaa</li> | |||
<li>bbbbbbbbbbb | |||
<ol style="list-style-type: decimal;"> | |||
<li>iiiiiiii</li> | |||
<li>IIIIIII</li></ol> | |||
</li> | |||
<li>cccccc</li> | |||
<li>dddddddddd</li></ol> | |||
<ul> | |||
<li>separator</li></ul> | |||
<ol style="list-style-type: decimal;"> | |||
<li>111111</li> | |||
<li>22222</li> | |||
<li>3333</li></ol> | |||
</li> | |||
<li>33333 | |||
<ol style="list-style-type: decimal;"> | |||
<li>aaaaaaaa</li></ol> | |||
</li></ol> | |||
==== デフォルト表示の設定 ==== | ==== デフォルト表示の設定 ==== | ||
203行目: | 236行目: | ||
== 書式 == | == 書式 == | ||
=== 文字の消滅確認 === | |||
tex<u>t</u><u><em>i</em></u><em>talic</em><em><strong>BO</strong></em><s><em><strong>L</strong></em></s><s><strong>o</strong></s><strong>ld</strong><s><strong>a</strong></s><s><em>b</em></s> | |||
=== セル内改行入り === | === セル内改行入り === | ||
222行目: | 259行目: | ||
|aa|bb|vc|{}{|}a{a{{s|aa}}<br /> | |aa|bb|vc|{}{|}a{a{{s|aa}}<br /> | ||
<code>dd==aaaa==<br /> | <code>dd==aaaa==<br /> | ||
; bbbb<br /> | ; bbbb</code><br /> | ||
* bbbb<br /> | <strong><code>; bbbb</code></strong><br /> | ||
<u><strong><code>; bbbb</code></strong></u><br /> | |||
<s><em><code>; bbbb</code></em></s><br /> | |||
<code>* bbbb<br /> | |||
-----<br /> | -----<br /> | ||
----<br /> | ----<br /> | ||
332行目: | 372行目: | ||
自己リンク [[Notion2mdtest|Notion2mdtest]] | 自己リンク [[Notion2mdtest|Notion2mdtest]] | ||
ページ内へ [[Notion2mdtest#コード|コード]] | |||
google.com | google.com | ||
361行目: | 403行目: | ||
=== コード === | === コード === | ||
<syntaxhighlight lang="code ```aaaa`````aaa`a``` | 両端はtrimされる | ||
<syntaxhighlight lang="python">code ```aaaa`````aaa`a``` | |||
``` | |||
```wsss | ```wsss | ||
``` | ``` | ||
371行目: | 416行目: | ||
aaa | aaa | ||
```aaa | ```aaa | ||
``` | ```bold | ||
italic | |||
strike | |||
unders | |||
```</syntaxhighlight> | ```</syntaxhighlight> | ||
`not code` | `not code` | ||
391行目: | 439行目: | ||
<s><em><strong><code>code</code></strong></em></s><s><em><strong>df</strong></em></s><s><em>df</em></s><s><em><code>ef</code></em></s><s><em>d</em></s><em><strong>d</strong></em><em><strong><code>f</code></strong></em><s><em><strong><code>d</code></strong></em></s><u><strong><code>f</code></strong></u><em><strong>vf</strong></em> | <s><em><strong><code>code</code></strong></em></s><s><em><strong>df</strong></em></s><s><em>df</em></s><s><em><code>ef</code></em></s><s><em>d</em></s><em><strong>d</strong></em><em><strong><code>f</code></strong></em><s><em><strong><code>d</code></strong></em></s><u><strong><code>f</code></strong></u><em><strong>vf</strong></em> | ||
< | 空白入りの言語名 | ||
\\$\$%& | |||
<syntaxhighlight lang="vb.net"><tag></svg> | |||
\\$\$%&@@`"""'""'" | |||
# $ $\ ss | # $ $\ ss | ||
<details><summary>2ss</div> | |||
<div class="mw-collapsible-content"></div></div> | |||
</div> | |||
<div class="mw-collapsible-content"> | |||
</div></div> | |||
[text](link) {bra'''cks''a'et''''_a_} |bar|+-.!()# | [text](link) {bra'''cks''a'et''''_a_} |bar|+-.!()# | ||
+ # | + # | ||
- (a)..aa'''+ </ | - (a)..aa'''+</syntaxhighlight> | ||
特殊記号のあるプログラム言語名 | |||
<syntaxhighlight lang="c#">public static Type Max<Type>(Type a, Type b) | |||
where Type : IComparable | |||
{ | |||
return a.CompareTo(b) > 0 ? a : b; | |||
}</syntaxhighlight> | |||
=== その他 === | === その他 === | ||