diff --git a/ops/helpers/blocks/completion.js b/ops/helpers/blocks/completion.js index 64e11c0515..7cb4056a86 100644 --- a/ops/helpers/blocks/completion.js +++ b/ops/helpers/blocks/completion.js @@ -29,7 +29,7 @@ export const completion = { const id = crypto.createHash('sha256').update(`${blockId}-${matchIterator}-${correctCompletion ?? ''}`).digest('hex') - ret.text = ret.text.replace(completionMatch[0], `[](sspmCompletion://${id})`) + ret.text = ret.text.replace(completionMatch[0], `[${'⠀'.repeat(10)}](sspmCompletion://${id})`) if (!ret.data) { ret.data = {} } diff --git a/ops/helpers/blocks/question.js b/ops/helpers/blocks/question.js index 519da065d3..c38f175a83 100644 --- a/ops/helpers/blocks/question.js +++ b/ops/helpers/blocks/question.js @@ -1,4 +1,5 @@ import { parseSegment } from "../blocks.js" +import { paragraph } from "./index.js" export const question = { extension: { @@ -22,12 +23,10 @@ export const question = { } }, process: async function (block, resourcePath) { - let questionText = await parseSegment(block.text, resourcePath, block.id) - if (!questionText.length) { - questionText = [{markdown: block.text}] - } - let ret = { id: block.id, type: block.type, markdown: questionText[0].markdown ? `**${questionText[0].markdown}**` : '' } - if (questionText[0].data) { ret.data = questionText[0].data } + let questionText = await paragraph.process({ id: block.id, text: block.text}, resourcePath, 1) + + let ret = { id: block.id, type: block.type, markdown: questionText.markdown ? `**${questionText.markdown}**` : '' } + if (questionText.data) { ret.data = questionText.data } return ret }, } \ No newline at end of file diff --git a/src/en/devo/feed.yml b/src/en/devo/feed.yml index 928f8aadd2..001367815b 100644 --- a/src/en/devo/feed.yml +++ b/src/en/devo/feed.yml @@ -26,5 +26,6 @@ - group: Other resources view: folio resources: + - en-devo-stewardship-offertory-readings-2025 - en-devo-the-way-back-to-altar - en-devo-test \ No newline at end of file diff --git a/src/en/pm/feed.yml b/src/en/pm/feed.yml index 56ffe052b9..da35da7056 100644 --- a/src/en/pm/feed.yml +++ b/src/en/pm/feed.yml @@ -5,8 +5,8 @@ reverse: true view: tile resources: - - en-pm-making-disciples-101 - en-pm-global-tmi* + - en-pm-making-disciples-101 - group: GROW Series reverse: true view: folio