mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use ### for title in the digest content
This commit is contained in:
parent
9c81ffd251
commit
26579d9cbb
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ const generateDescription = (
|
|||
// generate content based on the summaries
|
||||
const generateContent = (summaries: RankedItem[]): string =>
|
||||
summaries
|
||||
.map((summary) => `## ${summary.libraryItem.title}\n ${summary.summary}`)
|
||||
.map((summary) => `### ${summary.libraryItem.title}\n ${summary.summary}`)
|
||||
.join('\n\n')
|
||||
|
||||
const generateByline = (summaries: RankedItem[]): string =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue