mugiwara85/CodeblockCustomizer

Rendering problem

Closed this issue · 4 comments

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

Obsidian_Tn5PJxydzE

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?

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?``` ```` ```

  • The problem appears in the middle inline code.
  • The following is the sample content:
- xxx
	- `xxxx`
- xxx
	```c++ file:main.cpp warn:6
	int main()
	{
		printf("\nHello World")
		printf("\nHello World")
		printf("\nHello World")
		printf("\nHello World")
	}
	```

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

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

Ok, the problem has been fixed, thanks😊