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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b391ff-34536.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b391ff-34536.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?