Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

162
Views
How do you retain new lines and indentation when rendering text through JavaScript?

Sorry if wording is confusing. Basically, I want to store text in my database where it can be formatted like one would format a document. Here is a visual example of my problem and my desired result:

<script setup lang="ts">
    const contentFromDatabase = `
        This is one paragraph
        
        This is another paragraph
    `;
</script>

<template>
    <div class="test-component">
        <h1>{{ contentFromDatabase }}</h1>
    </div>
</template>

<style lang="scss">
    .test-component {
        h1 {
            color: white;
        }
    }
</style>

This is what is being displayed:

enter image description here

This is what I want to be displayed:

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!