-
I want the following markdown code to work:
````markdown
```python
if True:
print("hello")
```
````
I've added a custom `ASKBOT_MARKDOWN_CLASS` to load fenced-code-blocks extension:
``…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
Consider this .slint code:
```slint
import { Button } from "std-widgets.slint";
export component AppWindow {
property value;
Text {
text: "\{root.value > 0 ? "…
-
**Describe the bug**
Upon upgrading to v1.2.5 of the matlab extension the syntax highlighting seems to break on `?ClassName` in a property access list like
```matlab
classdef Test
properties (…
-
## Description
I'm a long-time user of the original **joaompinto.asciidoctor-vscode** extension. With version 2.8.1 of this new extension, syntax highlighting does not properly display for inline c…
-
I like the syntax highlighting and formatting much EXCEPT:
When i indent my blocks and conditional statements, all the identation is removed.
Disabling this plugin solved it but that's not what …
-
When I have several nested parentheses like
```jl
f(h(g(x)))
```
it is helpful that VSCode highlights the parenthesis matching the one under the cursor.
When I have several nested blocks like…
-
See the screenshot below. Also, anything after a quote block isn't properly highlighted. Output of `echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')` is shown in the screenshot.
![…
-
Thanks for this package. This issue is similar to #123. I usually add fenced code blocks attributes in curly braces, as in `{.bib}`. This breaks highlighting in language-markdown (gfm works fine):
…
-
更改高亮块的实现方式
- 目前思源的块高亮是通过更改元素的背景色实现的,存在很多缺陷
- #12837 通过 CSS 解决的方式无法完全覆盖到所有情况,还需要每个主题单独适配,过于复杂
- Notion 的方案操作 DOM 过于频繁,并且也无法完全覆盖到所有情况,样式问题比较多(FlowUs也是)
看到 Wolai 的方案相当完美,给一个单独的元素设置半透明的背景色,下面的元素都能…