強調 (イタリック)
強調用のフォントを使用してテキストのスパンをレンダリングします。
以下の物で動作します
✓ プレイグラウンド
✓ シンボルの文書
文法
スパンの最初の文字の前とスパンの最後の文字の後にアスタリスク (*) またはアンダースコア (_) を使用して、強調を追加します。最初と最後の文字を空白にすることはできません。同じ要素にアスタリスクとアンダースコアを混在させないでください。
**
__
プレイグラウンドの例
1 /*: 2 This line has a word with *emphasis*. 3 4 This line uses _emphasis for the last six words_. 5 */
クイックヘルプの例
1 /// This line has a word with *emphasis*. 2 /// 3 /// This line uses _emphasis for the last six words_.
トップへ
トップへ
トップへ
トップへ
トップへ