Skip to content

Instantly share code, notes, and snippets.

@liziwl
Created May 6, 2018 02:12
Show Gist options
  • Save liziwl/b4259638c29d468c384e2b7fcec89895 to your computer and use it in GitHub Desktop.
Save liziwl/b4259638c29d468c384e2b7fcec89895 to your computer and use it in GitHub Desktop.
hexo code block in bullet lists problem
  1. This is the start of a new bullet list. Hey, where is my fenced code? ``` Code More Code

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

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

    ```
    Code
    More Code
    ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment