My single line code stopped showing up as code

I have been typing single line code like this: code

and it would have the dark box around it and look nice. Now it has randomly stopped working and I have no idea why:

What happens when you remove the () ?

doest work either…

Here is a basic test:

It is working for me here. If you are not on the latest version of logseq, please upgrade. Next, I can try to replicate on the latest version of logseq if you provide the following info:

  • logseq theme that you are using
  • send the raw content of those three blocks.

I am on version 0.7.8

I am using the default theme in dark mode:

I have edited my custom css but its pretty basic:

a.tag {
    background-color: #f2f2f2;    
    color: black;    
    padding: 3px 7px;      
    border-radius: 10px;  
}


.page-ref {
    color: #349beb;
}

[id^=youtube-player] {
    height: 400px;
}

code content doest matter too much here I can literally type test on any page and it will not work…

Hi @Mike_Jones,
I am unable to replicate the issue. Switch to the light theme with t t and see if the code block shows.
Next, you can try clearing the cache. If the issue persists, maybe re-install logseq.

What’s the best way to clear the cache?

Open Settings, click on Advanced, and then Clear cache.
Thanks.

Unfortunately that didn’t work :worried:

I had the same problem. But in Chrome it works fine

Sorry to hear that. Please file a bug report here Sign in to GitHub · GitHub and

Is this the bug handled in fix(ui): inline code style by andelf · Pull Request #6129 · logseq/logseq · GitHub ?
The fix is included in the recent nightly releases
@Mike_Jones

Awesome! Hopefully this fixes my issue!