Updated Pygments issues (markdown)
This commit is contained in:
parent
dbfdfd0710
commit
cbf094c0be
|
@ -15,8 +15,8 @@ The `` `[]` `` should only be red.
|
||||||
## Numerical type with suffix
|
## Numerical type with suffix
|
||||||
|
|
||||||
```nimrod
|
```nimrod
|
||||||
if foo() == 0'i32:
|
proc suspend(p: Process) =
|
||||||
echo 'equals 0'
|
if kill(p.id, SIGSTOP) != 0'i32: raiseOsError(osLastError())
|
||||||
```
|
```
|
||||||
|
|
||||||
`'i32` and after should not be red.
|
`'i32` and after should not be red.
|
Loading…
Reference in New Issue