Artifacts Associated With Ticket da374d4b88e51ccfc25d92873badf30527c379a2
Ticket change [5109006a83] (rid 13054) by anonymous on 2023-09-21 12:58:58:
- foundin initialized to: "2.1.1"
- icomment:
In the file gc_rules.py, I've added the '-' for the following rule. ['^ *[*+-] ', False, '#774p', 'p_md_liste', 4, [[None, '~', '*', 0]]], It works fine. But I wanted to add a suppress rule for double spaces at the end of a line, since it's a markup for a "simple" carriage return.The following line should do the job, but somehow, I'm still getting "Espace·s en fin de ligne à supprimer." ['[ \xa0\u202f]{2}$', False, '#776p', 'p_md_nouvelle_ligne', 4, [[None, '~', '*', 0]]], Did I write the rule in a wrong way ? Thx for your help. Fred
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- private_contact initialized to: "007b3076f2f8ae8e85f897b53bbf32fe615b1f7e"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to: "Rules for Markdown files"
- type initialized to: "Code_Defect"