From 081c2fef7b2e684374c88512534cf3eaf7b61989 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Thu, 22 Jan 2026 14:05:22 -0500 Subject: [PATCH] deductible and ITAC WIP --- src/helpers/text-helper.js | 11 +++ .../coverage-statement/coverage-statement.vue | 82 ++++++++++++++----- src/styles/client-customizations.scss | 7 +- 3 files changed, 78 insertions(+), 22 deletions(-) diff --git a/src/helpers/text-helper.js b/src/helpers/text-helper.js index 13e65e11..b99d0d0e 100644 --- a/src/helpers/text-helper.js +++ b/src/helpers/text-helper.js @@ -27,6 +27,17 @@ export function createOrderedListFromStringOfParagraphs(stringOfParagraphs) { return `
    ${stringOfParagraphs.replaceAll('

    ', '').replaceAll('

    ', '

  1. ').replaceAll('

    ', '
  2. ')}
`; } +/** + * @function createUnorderedListFromStringOfParagraphs + * @summary + * Returns string with

tags changed to

  • and wrapped in an