slidev icon indicating copy to clipboard operation
slidev copied to clipboard

In shiki-magic-move code block display line number

Open n3taway opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. in Frontmatter Configures setting lineNumbers: true, but shiki-magic-move code block No line number

Describe the solution you'd like shiki-magic-move code block can display line numbers

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

n3taway avatar Mar 26 '24 04:03 n3taway

It seems that Shiki Magic Move doesn't support line numbers yet.

kermanx avatar Mar 27 '24 06:03 kermanx

it should via options.lineNumbers 🤔 and also works in the playground.

The problem is that the Slidev component doesn't support it (compared to the default one) ☺️

TheAlexLichter avatar May 28 '24 00:05 TheAlexLichter