Skip to content

Feature Request: Improve text formatting in <p> element for work description #31

@iTeddy1

Description

@iTeddy1

Feature Request: Improve text formatting in

element for work description

I suggest adding the CSS rule white-space: pre-line to the paragraph element that renders item.description in the work experience section.

Motivation:

Currently, the description is rendered in a <p> without line breaks or bullets correctly shown. This causes multi-line content with \n characters to render as a long blob of text.

Proposed solution:

Add white-space: pre-line; to the class that controls this paragraph, like:

<p className="... whitespace-pre-line">
  {item.description}
</p>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions