Skip to content

Instantly share code, notes, and snippets.

@YuriGor
Created October 25, 2018 07:28
Show Gist options
  • Save YuriGor/acb356c1803b0ea75ebeb865d48f28ef to your computer and use it in GitHub Desktop.
Save YuriGor/acb356c1803b0ea75ebeb865d48f28ef to your computer and use it in GitHub Desktop.
Naomi markdown js code block issue

Some text here, common color

  Code without syntax

some more text, still looks fine

let it = 'be';//code with js syntax.
/*Code inside code block highlighted perfectly as js*/

But here, after code block text become yellow(Monokai) or pink(Candyman)

  • looks like it scoped as string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment