markdown for language generation code example
Example 1: code in markdown
```<name of the language>
<code>
```
EXAMPLE
```python
print("Hello World")
```
Example 2: what is a markdown .md file
A file with the .MD or .MARKDOWN file extension might be a Markdown Documentation file. It's a plain text file that uses the Markdown language to describe how to convert a text document to HTML. README.md is a common MD file that holds text instructions.