Page 1 of 1

Bug: Multi-line / long changelog lines lack proper indentation.

Posted: Sun Mar 01, 2020 7:51 am
by eradicator
I only noticed this now...

How it looks now:

formatting.png
formatting.png (14.47 KiB) Viewed 848 times


How it should look:

betterformatting.png
betterformatting.png (18.07 KiB) Viewed 848 times
Edit: Here's the raw text.

Code: Select all

---------------------------------------------------------------------------------------------------
Version: 3.0.0
Date: 2020-02-27
  Internal:
    - Rewritten to be easier extensible.
    - Sudo now runs directly inside the hosting mods environment to make it more useful when loaded into other mods. So be careful.
  Minor Features:
    - More accurately distinguish between syntax and execution errors.
    - Better handling of multiple return values.
    - Added heal()
    - Added typo suggestions to /sudo help <command>
---------------------------------------------------------------------------------------------------

Re: Bug: Multi-line / long changelog lines lack proper indentation.

Posted: Sun Mar 01, 2020 9:15 am
by Optera
I thought changelogs where limited to one element per line.

Re: Bug: Multi-line / long changelog lines lack proper indentation.

Posted: Sun Mar 01, 2020 9:57 pm
by eradicator
Optera wrote:
Sun Mar 01, 2020 9:15 am
I thought changelogs where limited to one element per line.
It is one line. But the mod portals fixed-width layout breaks it.