Sphinx can highlight the syntax of code blocks. For example: .. code-block:: c #include <stdio.h> int main(void) { printf("Hello World!"); return 0; }.
確定! 回上一頁