pelican highlight test

Outside a list:

::: version:

print("foo")

``` version:

print("foo")

#! version:

1
print("foo")

Inside a list:

  1. ::: version:

    Only four spaces to indent:

    :::python print("foo")

    Using eight spaces to indent:

    print("foo")
    
  2. ``` version:

    Only four spaces to indent:

    python print("foo")

    Using eight spaces to indent:

    ```python
    print("foo")
    ```
    
  3. ! version:

    Only four spaces to indent:

    !python

    print("foo")

    Using eight spaces to indent:

    1
    print("foo")
    
By @yahvk in
Tags : #Pelican,

< 温度单位 编程基础(0)——目录 >

选一个评论框评论?