[heroes] question about progress.o.o
Check out issue 62513. When I entered it, I gave the description '404'. When I now read the issue, it is displayed as '1.' - if I qoute it, I see the 404 ? -- Per Jessen, Zürich (5.7°C) Member, openSUSE Heroes -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
On 29/01/2020 15.12, Per Jessen wrote:
Check out issue 62513. = https://progress.opensuse.org/issues/62513
When I entered it, I gave the description '404'. When I now read the issue, it is displayed as '1.' - if I qoute it, I see the 404 ?
that sounds like some ugly filtering is going on somewhere. Maybe a pattern match that finds 1 match? That it still shows 404 in the quote, means that the database still has the 404, but it does not get to the default page output. -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
Bernhard M. Wiedemann wrote:
On 29/01/2020 15.12, Per Jessen wrote:
Check out issue 62513. = https://progress.opensuse.org/issues/62513
When I entered it, I gave the description '404'. When I now read the issue, it is displayed as '1.' - if I qoute it, I see the 404 ?
that sounds like some ugly filtering is going on somewhere. Maybe a pattern match that finds 1 match?
That it still shows 404 in the quote, means that the database still has the 404, but it does not get to the default page output.
Maybe it is "a line beginning with a number" is a numbered list entry? -- Per Jessen, Zürich (4.9°C) Member, openSUSE Heroes -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
On 29/01/2020 15.57, Per Jessen wrote:
Maybe it is "a line beginning with a number" is a numbered list entry?
Indeed. Markdown handles number with a dot, so instead of 1. 2. 3. you can write 1. 1. 1. and it will autoincrement, so it is easier to insert lines later -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
participants (2)
-
Bernhard M. Wiedemann
-
Per Jessen