#Shiki syntax highlithing overflow scroll

3 messages · Page 1 of 1 (latest)

honest rapids
#

This is my markdown config:

  markdown: {
    shikiConfig: {
      theme: 'poimandres',
    }
  }
#

I am aware that I can enable the wrap option in the config. Which solves the issue. But I don't want the code blocks to wrap.

stark wolf
#

perhaps a global css over ride may be of use here