Updated Pygments issues (markdown)
This commit is contained in:
parent
00cc70c14c
commit
dbfdfd0710
|
@ -15,7 +15,7 @@ The `` `[]` `` should only be red.
|
|||
## Numerical type with suffix
|
||||
|
||||
```nimrod
|
||||
if foo == 0'i32:
|
||||
if foo() == 0'i32:
|
||||
echo 'equals 0'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue