Updated Pygments issues (markdown)

This commit is contained in:
Li Jie 2015-06-29 22:09:09 +08:00
parent dbfdfd0710
commit cbf094c0be
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ The `` `[]` `` should only be red.
## Numerical type with suffix
```nimrod
if foo() == 0'i32:
echo 'equals 0'
proc suspend(p: Process) =
if kill(p.id, SIGSTOP) != 0'i32: raiseOsError(osLastError())
```
`'i32` and after should not be red.