-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Repository - Source
-
2
-
10,798
The following works:
Unfenced code block with double indentation
* List item
.post-list li .author a,
.post-list li .author a:hover {
color: #F30;
text-transform: uppercase;
}
* Another list item
However this doesn't work as expected
I want syntax highlighting!
* List item
```
#!css
.post-list li .author a,
.post-list li .author a:hover {
color: #F30;
text-transform: uppercase;
}
```
* Another list item
Look here for reference: Fenced code blocks inside ordered and unordered lists
- is duplicated by
-
BCLOUD-19166 Codeblocks inside lists do not render correctly
-
- Closed
-
- mentioned in
-
Page Loading...
- relates to
-
COREX-2984 Loading...