We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug figure 태그 안에 figcaption 태그를 사용하면 코드에 figcaption이 자동으로 한 번 더 추가되는 버그
To Reproduce Steps to reproduce the behavior:
<figure> <img src="https://blog.kakaocdn.net/dn/0QCnX/btqU7cMuFOZ/uVPVj1aIBNqINLQZGkuwa0/img.png" alt=""> <figcaption>Home Edge Logo</figcaption> </figure>
<figure> <div class="se-component se-image-container __se__float-none"> <figure> <img src="https://blog.kakaocdn.net/dn/0QCnX/btqU7cMuFOZ/uVPVj1aIBNqINLQZGkuwa0/img.png" alt="" data-proportion="true" data-align="none" data-file-name="img.png" data-file-size="0" data-origin="," data-size="," data-rotate="" data-percentage="auto,auto" style="" data-index="4" origin-size="405,165" data-rotatex="" data-rotatey=""> <figcaption> Home Edge Logo</figcaption> </figure> </div> <figcaption> <div>Home Edge Logo</div> </figcaption> </figure>
Expected behavior figcaption 은 Code View 에서 추가한 대로 한번만 삽입되어야함
The text was updated successfully, but these errors were encountered:
Fix format bug #1279
7de0d66
No branches or pull requests
Describe the bug
figure 태그 안에 figcaption 태그를 사용하면 코드에 figcaption이 자동으로 한 번 더 추가되는 버그
To Reproduce
Steps to reproduce the behavior:
Expected behavior
figcaption 은 Code View 에서 추가한 대로 한번만 삽입되어야함
The text was updated successfully, but these errors were encountered: