laurent22 / joplin

Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
https://joplinapp.org
Other
45.44k stars 4.94k forks source link

Published note displays "(r)"/"(c)" as "®"/"©" #7587

Open Mr-Kanister opened 1 year ago

Mr-Kanister commented 1 year ago

Environment

Joplin version: 2.10.4 Platform: Windows 10, Debian 11 Server: 2.10.5 (floriders image)

Steps to reproduce

  1. Note with content "(r) (c)"
  2. Publish
  3. Appears as "® ©" in the browser (the heading does not behave like this)

Describe what you expected to happen

The content should be displayed the same in the browser as it is being displayed in the markdown renderer. The screenshots are from my older issue which I forgot to prolong: https://github.com/laurent22/joplin/issues/6533. The issue is exactly the same.

grafik

grafik

laurent22 commented 1 year ago

I think that's the Typographer plugin?

Mr-Kanister commented 1 year ago

At the client there is no plugin enabled. Also the markdown typographer support is disabled. If I enable it, indeed they get displayed like on the server. I guess all markdown extensions are enabled on the server then?

laurent22 commented 1 year ago

I seem to remember Markdown plugins were indeed enabled, but now I can't find any proof of that in the code, so that would need to be checked.

Mr-Kanister commented 1 year ago

Is the issue name still suitable or should it be renamed?

laurent22 commented 1 year ago

Name is good I think

Mr-Kanister commented 1 year ago

Opened a discussion: https://discourse.joplinapp.org/t/regarding-published-note-displays-r-c-as-7587/30165