fix: [flow-tester] guide-modal Blade 이스케이핑 누락 수정

This commit is contained in:
2025-11-27 20:16:44 +09:00
parent c9f2f780e0
commit ae980fff38

View File

@@ -296,7 +296,7 @@ class="absolute top-2 right-2 px-3 py-1 text-xs bg-gray-700 hover:bg-gray-600 te
- meta.tags[0]: 번째 태그가 카테고리로 사용됨
- meta.description: 값이 설명으로 저장됨
- 스텝 ID는 고유해야
- extract로 추출한 값은 이후 스텝에서 {{stepId.변수명}}으로 사용</pre>
- extract로 추출한 값은 이후 스텝에서 @{{stepId.변수명}}으로 사용</pre>
</div>
<h4 class="text-lg font-semibold mt-6 mb-3">실제 예시: 품목관리 API 테스트</h4>