marker (非ローカル オプションの定義)
public marker:any ={bullet}
パッケージ: CURL.GUI.TEXT-FORMATS

リスト内の項目の前に使用するオブジェクトまたは値。

説明

itemize を呼び出す際に、各 item が同じ値を取得するように設定します。

次の例では、marker を文字および Unicode 文字に設定しています。
{paragraph Summer Desserts
    {itemize marker='u',
        {item Ice Cream}
        {item Snow Cones}
        {item Jello}
    }
}
{paragraph Favorite Comedies
    {itemize marker='\u00A3',
        {item "Are You Being Served?"}
        {item "Keeping Up Appearances"}
    }
}