Commit 0e10dc1f authored by Alp Deniz Ogut's avatar Alp Deniz Ogut
Browse files

Prevent redundant asteriks within bullet lists

parent 9fc54a96
Pipeline #14926 passed with stage
in 58 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -286,7 +286,7 @@ class RSSImporter(PluginBase):
"Each bullet point should contain more than 5 and under 20 words. There should be no sub bullet points.",
"Output only the one level bullet point list. Do not generate words other than the bullet point list. Do not generate sub items to the list.",
"Include source articles in format '(source: {Item Id})' just after the each bullet point sentence.",
"Start with '*' and end with '\n'. Make sure that the output is valid markdown and the list has no nested items",
"Make sure that the output is valid markdown and the list has no nested items",
]
)
if category_text is not None and category_text != "all":
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment