Fix code syntax highlighting

This commit is contained in:
JasterV 2025-06-13 22:04:44 +02:00
parent 5f23b7258b
commit 3122e37042
2 changed files with 2 additions and 3 deletions

View file

@ -45,10 +45,9 @@ note:
The program structure would be based in the concept of Stubs.
Five pieces of program are involved when making an RPC call:
User -> User-stub -> RPC communications package (known as RPCRuntime) -> server-stub -> the server.
User -> User-stub -> RPC communications package (known as RPCRuntime) -> server-stub -> the server.
They auto-generated the client and server stubs:

View file

@ -1,5 +1,5 @@
slides:
highlight_theme: monokai
highlight_theme: tokyo-night-dark
theme: dracula
revealjs:
history: true