website: Support math formula display. (#21)

This commit is contained in:
jaywcjlove
2022-11-04 13:01:39 +08:00
parent f683ca5294
commit 009c50760c
69 changed files with 1119 additions and 13 deletions

View File

@ -192,7 +192,7 @@ $ cat video.avi | nc -l 8000
客户端 Client
```shell {.wrap}
```shell
$ nc 192.168.1.9 8000 | mplayer -vo x11 -cache 3000 -
```