Answer the question
In order to leave comments, you need to log in
How to find and replace code in markdown line?
How to extract code from markdown text?
in the text, the code can occur several times,
right now I wrote the following algorithm:
"<pre><code >"
{это метка 1}
Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.
```
var ipsum = "123";
var ipsum2 = '321';
```
Lorem ipsum is placeholder text.
```
var ipsum3 = "456";
var ipsum4 = '654';
```
Don't!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question