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

Bold formatting seems to break punctuation moving and merging #48

Open
denismaier opened this issue Jan 22, 2021 · 1 comment
Open

Bold formatting seems to break punctuation moving and merging #48

denismaier opened this issue Jan 22, 2021 · 1 comment

Comments

@denismaier
Copy link

I have the following example:

--- 
title: Test
csl: chicago-note-bibliography-always-short-with-label.csl
references:
- type: article-journal
  id: doe1
  author:
  - family: Doe
    given: John
  issued:
    date-parts:
    - - 2020
      - 12
      - 1
  title: 'A first article by John Doe'
- type: article-journal
  id: doe2
  author:
  - family: Doe
    given: John
  issued:
    date-parts:
    - - 2020
      - 12
      - 1
  title: 'A second article by John Doe?'
---

Test [@doe1]
Test [@doe2]

Style: chicago-note-bibliography-always-short-with-label.zip

The resulting bibliography looks like this:

grafik

As you can see the punctuation stays outside the quotes, and they don't get merged. If I remove the font-weight="bold" on line 1387 everything behaves as expected. I don't know if that is on purpose, but bold formatting seems to prevent punctuation moving and merging.

@jgm
Copy link
Owner

jgm commented Jan 23, 2021

Same with italics, or different? (OK, I can see it would be the same.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants