Search first
What Happened?
When using code blocks, the characters != are rendered as ≠. The underlying text is still != and copy-and-paste from the code block will produce the expected code, but a code block should not be rendering the value differently from what was pasted in.
Reproduce the Bug
- Start a code block using triple-backticks
- Add the text
foo != bar to the code block
- Leave the block to allow Logseq to render the code block
Expected Behavior
The code block should show:
However, the code block instead shows:
Screenshots
No response
Desktop or Mobile Platform Information
No response
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
Search first
What Happened?
When using code blocks, the characters
!=are rendered as≠. The underlying text is still!=and copy-and-paste from the code block will produce the expected code, but a code block should not be rendering the value differently from what was pasted in.Reproduce the Bug
foo != barto the code blockExpected Behavior
The code block should show:
However, the code block instead shows:
Screenshots
No response
Desktop or Mobile Platform Information
No response
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.