## Basic Usage
### Display an external markdown file
```html
```
At its most basic, `` loads and displays an external MD file with **default stylesheets** - a Github-themed
stylesheet paired with a light-themed one for code blocks, just like what you see in these docs. So internally,
the above code block is semantically equivalent to the one below:
```html
```
### Using your own styles
To override the default theme, supply your own style template.
```html
```
### Or your own stylesheets
```html
```
### Or both
```html
```
### Write markdown inline
You can pass in your markdown inline too.
```html
```
By default, `` first tries to render `src`. If `src` is falsy (undefined, file not found, empty file etc),
it **falls-back** to the contents inside the `
```