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
title が複数指定されている場合は正常にコンパイルされるが、1行に収まっている場合、コンパイルエラーとなってしまう
#show: template.with( title: ("1st line","2nd line"), ... )
#show: template.with( title: ("1st line only"), ... )
以下のような場合であってもコンパイルが通るようになる
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
起きていること
title が複数指定されている場合は正常にコンパイルされるが、1行に収まっている場合、コンパイルエラーとなってしまう
正常な場合
異常が起こる場合
望む動作
以下のような場合であってもコンパイルが通るようになる
The text was updated successfully, but these errors were encountered: