"How to identify inline code and block-level code without a language tag? I noticed that the className for block-level code without a language tag is empty, just like inline tags, causing them to be rendered as inline code. Below are my code and output examples." #1426
Replies: 1 comment 6 replies
-
This is not how you best get help. You are asking real humans to spend time on your problem here. Please clean your question up. https://github.com/remarkjs/.github/blob/main/support.md |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a example
This is being identified as inline code. After asking many AIs, they all suggest adding an 'inline' check for judgment. However, when I printed 'inline', I found that it was undefined for all cases.
Here is a more convincing example, which is a demo created by v0
Please watch first block code

Beta Was this translation helpful? Give feedback.
All reactions