Use typographic quotes around highlights in notes
This commit is contained in:
parent
2c66133c7e
commit
eb29b69d58
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class EditorInstance {
|
|||
|
||||
// Text
|
||||
if (annotation.text) {
|
||||
highlightHTML = `<span class="highlight" data-annotation="${encodeURIComponent(JSON.stringify(annotation))}">"${annotation.text}"</span>`;
|
||||
highlightHTML = `<span class="highlight" data-annotation="${encodeURIComponent(JSON.stringify(annotation))}">“${annotation.text}”</span>`;
|
||||
}
|
||||
|
||||
// Note
|
||||
|
|
Loading…
Add table
Reference in a new issue