tokyonight.nvim icon indicating copy to clipboard operation
tokyonight.nvim copied to clipboard

bug: using italic in markdown does not make text italic

Open nshern opened this issue 1 year ago • 1 comments

Did you check docs and existing issues?

  • [X] I have read all the tokyonight.nvim docs
  • [X] I have searched the existing issues of tokyonight.nvim
  • [X] I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.9.5

Operating system/version

MacOS 14.2.1

Describe the bug

When making something italic in markdown e.g. this text should be italic.

The text is not made italic.

Steps To Reproduce

  1. nvim foo.md
  2. Write *foo bar baz*
  3. See that the text is not italic

Expected Behavior

Text should be italic

Repro

No response

nshern avatar Jan 22 '24 21:01 nshern

@folke Sorry to bother you, but could you look into this sometime? I think plenty of people write in Markdown and would like to see this reinstated. Related: #482

@markup.italic.markdown_inline links to @none markdown_inline

adrian5 avatar Feb 10 '24 17:02 adrian5

image

Probably your treesitter installation that's broken

folke avatar Jul 02 '24 13:07 folke