Yinan Zhao
Results
3
issues of
Yinan Zhao
引入了highlight.js然后加载到了window上: ```js import hljs from 'highlight.js' window.hljs = hljs ``` 引入了css但是不起作用: ```css @import 'highlight.js/styles/atom-one-dark.css'; ``` 只能再引入详细的背景和字体的颜色才行: ```css /*修改代码块背景色及字体颜色*/ .theme .editor-preview-side pre, .theme .editor-preview pre{ color: #abb2bf !important; background: #282c34 !important;...
**Describe the bug** open nvim , showing 'module `lazy` not found' It turned out that for Lazy nvim plugin, there are following system requirements: And my git version is 2.15.0,...