Skip to content

Code highlighting is not consistent in read and preview modes #33

@f3ss1

Description

@f3ss1

As noted in topic, for some reason I get different code highlighting in different modes:

Live preview mode:
Live preview mode
Read mode:
Read mode

What I did try:

  • Turn off community plugins with restricted mode
  • Turn off all css snippets I have
  • Reload the app :)

OS: Ubuntu 22.04

The markdown written is exactly:

my_set = {'a', 'b', 'c'}
my_dict = dict.fromkeys(my_set, 0)
print(list(my_dict.keys()))  # Order is not guaranteed; e.g., ['b', 'c', 'a']

I believe the issue might not be related to the theme itself, but maybe someone else had this issue and fixed it somehow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions