jfbastien / jfbastien/cpp-html
Support for HTML comments
Offen
good first issue
help wanted
- Vorherrschende Sprache
- C++
- Sterne
- 94
- Forks
- 2
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
C++ has `// comment` and `/* comment */` comments. HTML has `` comments, as well as ``. The former should be easy to support in C++ ﹤html﹥.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
The issue names no files, tests, or entry points. Start by locating the HTML parser and its existing handling for C++-style comments, then determine where HTML comments should be recognized. Done means supporting syntax without regressing existing comment handling; CDATA is explicitly separate and is not requested here.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cpp
- Bereich
- web-dev
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100