markdown link format code example

Example 1: code in markdown

```<name of the language>
<code>
```

EXAMPLE

```python
print("Hello World")
```

Example 2: markdown image

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Example 3: markdown hyperlink syntax

[Link to Google](https://www.google.com)

Example 4: link in markdown

[Name](Link)

Example 5: markdown links format

I love supporting the **[EFF](https://eff.org)**.
This is the *[Markdown Guide](https://www.markdownguide.org)*.
See the section on [`code`](#code).

Tags:

Java Example