テーマのリストブロックの表示
リストブロックで、リストを作成すると以下のように表示します
番号付きリスト
- hello world
- hello world
- hello world
- hello world
- hello world
番号なしリスト
- hello world
- hello world
- hello world
- hello world
- hello world
カスタマイズ クラス
ブロックメニューの高度な設定/追加CSSクラスにクラス名を追加することで、リストアイコンのカスタマイズができます。
list-style-none
リストアイコンを非表示にします。
hide list icon
- hello world
- hello world
- hello world
list-style-initial
テーマのスタイルを使用しないで通常のリスト表示をします。
reset list icon
- hello world
- hello world
- hello world
circle
番号付きリストで、iconを丸に変更します。
- hello world
- hello world
- hello world
icon-alert
iconの色は五種類準備しています。
OL
- hello world
- hello world
- hello world
UL
- hello world
- hello world
- hello world
icon-info
OL
- hello world
- hello world
- hello world
UL
- hello world
- hello world
- hello world
icon-notice
OL
- hello world
- hello world
- hello world
UL
- hello world
- hello world
- hello world
icon-cool
OL
- hello world
- hello world
- hello world
UL
- hello world
- hello world
- hello world
icon-dark
OL
- hello world
- hello world
- hello world
UL
- hello world
- hello world
- hello world
リストブロックの他の設定が行われた場合の表示
リストブロックで番号付きリストの開始番号が指定された場合の表示
OL has start attribute
- hello world
- hello world
- hello world
番号付きリストで、逆順が指定された場合の表示
OL has reversed attribute
- hello world
- hello world
- hello world