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