Viewing 1 replies (of 1 total)
  • Thread Starter edoron777

    (@edoron777)

    Hello
    In the plugin setting page I choose the option: Display the toolbar
    Additionally, I add to the code sample the following syntax:
    [ps gutter="false" toolbar="true"]

    function Format-BytesInKiloBytes
    {
    param(
    $bytes
    )
    “{0:N0}” -f ($bytes/1000)
    }
    [/ps]
    But no lack, the toolbar doesn’t appear
    Any idea, suggestions?

    Eyal Doron

Viewing 1 replies (of 1 total)
  • The topic ‘Color Theme’ is closed to new replies.