Grammalecte  Ticket Change Details

Overview

Artifact ID: 5109006a838f99fe2b963649e81d03632d8eb80afd2c0ef10e640a30cd6f141d
Ticket: da374d4b88e51ccfc25d92873badf30527c379a2
Rules for Markdown files
User & Date: anonymous on 2023-09-21 12:58:58
Changes

  1. foundin changed 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 changed to: "007b3076f2f8ae8e85f897b53bbf32fe615b1f7e"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Rules for Markdown files"
  9. type changed to: "Code_Defect"