mention syntax highlighting in docs
This commit is contained in:
parent
b32b7b9dcc
commit
9dc660f5be
|
@ -71,10 +71,15 @@ strong, em, b, i, s, u, sub, sup, del, tt, small,
|
|||
ol, ul, li, dl, dt, dd
|
||||
.Ed
|
||||
.Pp
|
||||
The followin tag attributes are permitted.
|
||||
The following tag attributes are permitted.
|
||||
.Bd -literal -offset indent
|
||||
href, src, alt, colspan, rowspan
|
||||
.Ed
|
||||
.Pp
|
||||
The following class names are used for syntax highlighting code blocks.
|
||||
.Bd -literal -offset indent
|
||||
kw, bi, st, nm, tp, op, cm, al, dl
|
||||
.Ed
|
||||
.Ss ACTIVITIES
|
||||
The following activities are supported.
|
||||
.Bl -tag -width tenletters
|
||||
|
|
|
@ -39,9 +39,9 @@ A subset of markdown is supported.
|
|||
.It code
|
||||
Inline `code fragments` with single ticks.
|
||||
.Bd -literal
|
||||
```
|
||||
Large code blocks
|
||||
with triple ticks.
|
||||
```c
|
||||
/* triple tick code blocks support syntax highlighting */
|
||||
int main() { return 0; }
|
||||
```
|
||||
.Ed
|
||||
.It links
|
||||
|
|
Loading…
Reference in New Issue