Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
plugins
RSS importer
Commits
0e10dc1f
Commit
0e10dc1f
authored
1 year ago
by
Alp Deniz Ogut
Browse files
Options
Download
Email Patches
Plain Diff
Prevent redundant asteriks within bullet lists
parent
9fc54a96
Pipeline
#14926
passed with stage
in 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rss_importer/plugin.py
+1
-1
rss_importer/plugin.py
with
1 addition
and
1 deletion
+1
-1
rss_importer/plugin.py
+
1
-
1
View file @
0e10dc1f
...
...
@@ -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"
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets