Grammalecte  History Of Ticket da374d4b88e51ccf

Artifacts Associated With Ticket da374d4b88e51ccf

  1. Ticket change [5109006a83] (rid 13054) by anonymous on 2023-09-21 12:58:58:

    1. foundin initialized to: "2.1.1"
    2. 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
      
    3. login: "anonymous"
    4. mimetype: "text/x-fossil-plain"
    5. private_contact initialized to: "007b3076f2f8ae8e85f897b53bbf32fe615b1f7e"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to: "Rules for Markdown files"
    9. type initialized to: "Code_Defect"