0%

Hexo code block in bullet lists problem

解决Hexo有序列表编号重置问题

参考链接: link

可采用markdown书写方式-源代码

源代码链接: link

渲染效果

  1. This is the start of a new bullet list. Hey, where is my fenced code? ```
    Code
    More Code
    1
    2

    2. Well that was disappointing. How about we indent and use backticks together?
    Code
    More Code
    
    1
    2
    3

    3. No such luck. This time, with separation too:

    Code
    More Code
    ```