Fix extraction markers interference in header comments

The example sed commands in the header contained the same
marker strings, causing extraction to capture header content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ARCHITECT
2026-01-16 18:15:46 +00:00
parent 384e9129c1
commit 17506aaee2

View File

@@ -16,9 +16,9 @@
- CSS: prefers-reduced-motion support ║ - CSS: prefers-reduced-motion support ║
- All v4.1 fixes included ║ - All v4.1 fixes included ║
║ ║ ║ ║
║ EXTRACTION: ║ EXTRACTION (buscar marcadores en comentarios HTML):
║ sed -n '/CSS_START/,/CSS_END/{//d;p}' deck.html > styles.css ║ sed -n '/<!-- .* CSS_START/,/CSS_END .* -->/p' deck.html | ...
sed -n '/JS_START/,/JS_END/{//d;p}' deck.html > app.js Ver README para comandos completos de extracción
║ ║ ║ ║
╚══════════════════════════════════════════════════════════════════════════════╝ ╚══════════════════════════════════════════════════════════════════════════════╝
--> -->