**This is the bug tracker for the AUR web interface.**
Use this tracker to report bugs or make feature requests regarding the behaviour or implementation of the AUR software.
Please read the Reporting Bug Guidelines before filing a new task.
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
- Please report bugs related to Arch Linux official packages here: http://bugs.archlinux.org/index.php?project=1
- Please report bugs for [community] packages here: http://bugs.archlinux.org/index.php?project=5
- For any packages in the AUR contact the maintainer or leave a comment on the package's detail page.
Source Code:
https://projects.archlinux.org/aurweb.git/
Use this tracker to report bugs or make feature requests regarding the behaviour or implementation of the AUR software.
Please read the Reporting Bug Guidelines before filing a new task.
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
- Please report bugs related to Arch Linux official packages here: http://bugs.archlinux.org/index.php?project=1
- Please report bugs for [community] packages here: http://bugs.archlinux.org/index.php?project=5
- For any packages in the AUR contact the maintainer or leave a comment on the package's detail page.
Source Code:
https://projects.archlinux.org/aurweb.git/
FS#56649 - Fix use of '---' in markdown handling of comments
Attached to Project:
AUR web interface
Opened by Marius (Martchus) - Saturday, 09 December 2017, 22:22 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 17 May 2018, 15:39 GMT
Opened by Marius (Martchus) - Saturday, 09 December 2017, 22:22 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 17 May 2018, 15:39 GMT
|
DetailsWhen writing a comment containing '---' the horizontal line is not correctly generated. Instead the '<hr>'-tag is printed as text (escaped).
|
This task depends upon
Comment by Marius (Martchus) -
Sunday, 10 December 2017, 19:54 GMT
Note sure how to edit the details, but I wanted to note that other Markdown syntax is affected as well. Eg. putting two white spaces at the end of a line for a manual break is rendered as escaped '<br>' tag.
Comment by Stefan Auditor (sanduhrs) -
Friday, 20 April 2018, 11:45 GMT
I can confirm this, as an example see https://aur.archlinux.org/packages/zulip-electron-bin/#comment-642904
Comment by Lukas Fleischer (lfleischer) -
Thursday, 10 May 2018, 07:42 GMT
Fixed in 2b280ea (Allow manual breaks and horizontal lines in comments, 2018-04-08).