# Markdown solutions
## Exercise 1
Write a Markdown document with the following content and format (Don't bother yet with the style):
# Monty Python's Life of Brian

## Release date:
17 Agoust 1979
## Argument
Born on the original Christmas in the stable next door to Jesus Christ,
Brian of Nazareth spends his life being mistaken for a messiah.
## Actors
- Graham Chapman
- John Cleese
- Terry Gilliam
- Eric Idle
## Urls
[IMDB](https://www.imdb.com/title/tt0079470/)
```md
# Monty Python's Life of Brian

## Release date:
17 Agoust 1979
## Argument
Born on the original Christmas in the stable next door to Jesus Christ,
Brian of Nazareth spends his life being mistaken for a messiah.
## Actors
- Graham Chapman
- John Cleese
- Terry Gilliam
- Eric Idle
## Urls
[IMDB](https://www.imdb.com/title/tt0079470/)
```
This website uses cookies to enhance user experience