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
src/test/resources/org/springframework/restdocs/templates/response-fields.snippet 파일이 다음과 같이 들여쓰기로 되어있습니다.
src/test/resources/org/springframework/restdocs/templates/response-fields.snippet
====Response Fields |=== |필드명|타입|설명|null여부 {{#fields}} |{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}} |{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}} |{{#tableCellContent}}{{description}}{{/tableCellContent}} |{{#tableCellContent}}{{#optional}}true{{/optional}}{{^optional}}{{/optional}}{{/tableCellContent}} {{/fields}} |===
때문에 Asciidoc 파일이 다음과 같이 깨지는 현상이 발생합니다.
해당 스니펫은 다음과 같이 되어야 합니다.
==== Response Fields |=== |필드명|타입|설명|null여부 {{#fields}} |{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}} |{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}} |{{#tableCellContent}}{{description}}{{/tableCellContent}} |{{#tableCellContent}}{{#optional}}true{{/optional}}{{^optional}}{{/optional}}{{/tableCellContent}} {{/fields}} |===
The text was updated successfully, but these errors were encountered:
fix: Asciidoc 스니펫 깨짐 수정 (#45) (#46)
e1a46f9
seokjin8678
Successfully merging a pull request may close this issue.
이슈 내용
src/test/resources/org/springframework/restdocs/templates/response-fields.snippet
파일이 다음과 같이 들여쓰기로 되어있습니다.때문에 Asciidoc 파일이 다음과 같이 깨지는 현상이 발생합니다.
해당 스니펫은 다음과 같이 되어야 합니다.
The text was updated successfully, but these errors were encountered: