Skip to content
New issue

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

bug: titleが1行に収まっている場合、コンパイルエラーが発生する #3

Open
kanakanho opened this issue Nov 30, 2024 · 0 comments · May be fixed by #5
Open

bug: titleが1行に収まっている場合、コンパイルエラーが発生する #3

kanakanho opened this issue Nov 30, 2024 · 0 comments · May be fixed by #5
Labels
bug Something isn't working

Comments

@kanakanho
Copy link
Member

kanakanho commented Nov 30, 2024

起きていること

title が複数指定されている場合は正常にコンパイルされるが、1行に収まっている場合、コンパイルエラーとなってしまう

正常な場合

#show: template.with(
  title: ("1st line","2nd line"),
  ...
)

異常が起こる場合

#show: template.with(
  title: ("1st line only"),
  ...
)

望む動作

以下のような場合であってもコンパイルが通るようになる

#show: template.with(
  title: ("1st line only"),
  ...
)
@SatooRu65536 SatooRu65536 linked a pull request Nov 30, 2024 that will close this issue
@kanakanho kanakanho added the bug Something isn't working label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant