Skip to content

Commit

Permalink
feat(typesetting): add additional punctuation marks to list
Browse files Browse the repository at this point in the history
- include closing double quotation marks (” and ") in the punctuation list
  • Loading branch information
awwaawwa committed Jan 20, 2025
1 parent 9aa4d9f commit f0c76ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yadt/document_il/midend/typesetting.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ def is_hung_punctuation(self):
"」",
"』",
"、",
"”",
'"',
]
return False

Expand Down

0 comments on commit f0c76ec

Please sign in to comment.