I want to introduce code blocks into the markdown file. How do I do this?

what I want is this
clipboard.png


clipboard.png

Mar.04,2021

clipboard.png


use
`
Code area
`


the function you want cannot be solved by markdown, and markdown does not have this function

.

you can only implement it yourself, design a custom tag and use your own interpreter to generate web pages


Preview is not implemented by markdown . It is recommended that a website put

jsfiddle


markdown does not have this function, it is just a text writing format , not even a style. What you see is the effect of being processed and then styled.


markdown just converts -sharp-sharp-sharp to h3 , -abc to unordered lists, and so on.


inline code block with `pair of backquotes `
code block with
`
three backquotes
`
or indent

Menu