We need to ensure that we only escape HTML outside of `!
Guida contributor
Tech stack
javascriptnodejs
Dominio
releasecli
Tipo issue
bug
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
basic JavaScriptfamiliarity with HTML escaping
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
60
Direzione di ricerca
First, review the linked PR (#91) that introduced the escaping behavior. Then, search the codebase for escape functions, likely in a module handling markdown or HTML conversion. The issue indicates that HTML outside of a certain character (likely a backtick or code block) should be escaped, while inside it should not. Look at the existing logic to identify where the escaping occurs and how to conditionally apply it.