-
更改高亮块的实现方式
- 目前思源的块高亮是通过更改元素的背景色实现的,存在很多缺陷
- #12837 通过 CSS 解决的方式无法完全覆盖到所有情况,还需要每个主题单独适配,过于复杂
- Notion 的方案操作 DOM 过于频繁,并且也无法完全覆盖到所有情况,样式问题比较多(FlowUs也是)
看到 Wolai 的方案相当完美,给一个单独的元素设置半透明的背景色,下面的元素都能…
-
VSCode v1.33.1 laravel-blade v1.1.2
Syntax highlighting is incorrect in Style and Script Blocks:
![image](https://user-images.githubusercontent.com/6920030/57388148-7d0e3300-716c-11e9-91da-52b6fe8…
-
# Bug Report
Zola currently doesn't have the ability to syntax highlight TLA+ ( https://lamport.azurewebsites.net/tla/tla.html )
## Environment
Zola version: latest & documentation
## Expect…
-
## Feature request
#### What problem does this feature solve?
https://shiki.matsu.io/
> It uses TextMate grammar to tokenize strings, and colors the tokens with VS Code themes. …
-
When you use `@channel` in threads or code blocks, the official client doesn't mark it as a highlight, so wee-slack should not either.
If you have `auto_open_threads` on, the highlight in wee-slack…
-
### Summary
Syntax highlighting for Wing code blocks on docs website
### Feature Spec
_No response_
### Use Cases
_No response_
### Implementation Notes
_No response_
### Component
Documentat…
-
### Which feature is your request related to?
2.0 Nightly Version
### Describe your request for enhancements!
Currently the code block is just monospace text.
Add syntax highlighting to it.
### A…
-
Hello,
First of all, thanks for the library. It's exactly what I was looking for!
However, I miss syntax highlighting on code blocks. Is there any way of doing it?
-
The syntax highlighting feature seems to be broken when using Quill in an Angular project (no wrappers, pure Quill.js):
**Steps for Reproduction**
1. Visit https://stackblitz.com/edit/stackblitz-s…
-
I honestly forgot to add them to grammar of datasource. I will fix this as soon as I get some time.