The Water Cooler

 View Only

  • 1.  Incorrect formatting of code block

    Posted Sep 22, 2025 09:11 AM
    Edited by Michael A. Lowry Sep 22, 2025 09:20 AM

    See this post for an example.

    https://community.broadcom.com/discussion/idea-add-labels-to-aake-pods-in-kubernetes-restoring-lost-service-manager-capabilities

    The K9s ASCII art logo is corrupted, evidently because spaces are removed. It should look like this:

    But this is how it's rendered in a code block:

    The problem appears to impact longer strings of underscores. It's possible the tool is interpreting these strings in some special way.



  • 2.  RE: Incorrect formatting of code block

    Community Manager
    Posted Sep 22, 2025 09:15 AM

    @Michael A Lowery -  I know the vendor added a hot patch that uses a script to remove the dashes with a permanent fix pending.   Checking.  ~jm



    ------------------------------
    Thank you
    Jason
    Broadcom Community Platform Admin, IT
    ------------------------------



  • 3.  RE: Incorrect formatting of code block

    Posted Sep 22, 2025 09:27 AM
    Edited by Jason McClellan Sep 23, 2025 08:52 AM

    Testing

     #   Underscores
     1   _
     2   __
     3   ___
     4   ____
     5   _____
     6   ______
     7   _______
     8   ________
     9   _________
    10   __________
    11   ___________
    12   ____________
    13   _____________
    14   ______________
    15   _______________

    Any string of consecutive underscores longer than 2 characters is removed when appearing in a code block.

    I’ll say it again: Higher Logic leaves much to be desired. :)



  • 4.  RE: Incorrect formatting of code block

    Posted Sep 23, 2025 06:07 AM
    Edited by Michael A. Lowry Sep 23, 2025 06:06 AM

    My previous comment demonstrating the problem was removed. I'll try again.

    #   Underscores
    1   _
    2   __
    3   ___
    4   ____
    5   _____

    When Higher Logic renders a code block, it removes all strings of of 3 or more consecutive underscores.