Add new pattern for Markdown code blocks #2817
Unanswered
AlightYoung
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can create a tokenizer that does this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I need to continuously render a streaming markdown content.
However, when rendering a large piece of code block content (in the code block content, but not yet finished.), the rendering will sometimes become a code block and sometimes ordinary text, which makes the structure of the webpage constantly adjusting. The visual result is constant flickering.
So I want to ensure that the structure will not change intermittently by defining the following format as a code block. (I also don't know if this avoids the above problems.)
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions