Use typographic quotes around highlights in notes

This commit is contained in:
Dan Stillman 2021-02-24 02:52:06 -05:00
parent 2c66133c7e
commit eb29b69d58

View file

@ -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