mugiwara85 / CodeblockCustomizer

Codeblock Customizer plugin for Obsidian
MIT License
148 stars 7 forks source link

Rendering problem #6

Closed shuojie819 closed 1 year ago

shuojie819 commented 1 year ago

don't know how to say, look at the picture below

Obsidian_Tn5PJxydzE

mugiwara85 commented 1 year ago

Hi! Just to be sure, that we are talking about the same thing. The problem is with the middle block, between the xxx-s, right? Is that codeblock between an opening and closing ``` ? Every codeblock must start and end with ```. Or could you submit a sample document?

shuojie819 commented 1 year ago

Hi! Just to be sure, that we are talking about the same thing. The problem is with the middle block, between the xxx-s, right? Is that codeblock between an opening and closing ? Every codeblock must start and end with . Or could you submit a sample document?``` ```` ```

- xxx
    - `xxxx`
- xxx
    ```c++ file:main.cpp warn:6
    int main()
    {
        printf("\nHello World")
        printf("\nHello World")
        printf("\nHello World")
        printf("\nHello World")
    }
mugiwara85 commented 1 year ago

I released a new version 1.1.6. This should fix the problem.

shuojie819 commented 1 year ago

I released a new version 1.1.6. This should fix the problem.

Ok, the problem has been fixed, thanks😊