`, these elements have no special meaning at all
+ These two elements are standardly styled without borders, spaces, widths, heights
+ `` element has
## 1. Basics
**4. How are more `` rendered **: ([jsfiddle](http://jsfiddle.net/ondrek/daaCv/15/))
```html
first element
second element
```

**Simply copy the HTML template below and drop it on any static file server**:
```html
Hello Strapdown
# Markdown text goes in here
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
```
### Features
+ Search-engine friendly
+ Cross-browser compatible (tested with mobile Safari, IE 8/9, Firefox, Chrome)
+ Github-flavored Markdown (tables, syntax highlighting, etc)
+ Themeable
### Themes
Bootstrap themes from [Bootswatch.com](http://bootswatch.com) are included for your convenience. Simply include the attribute `theme` in your `` tag with one of the following theme names (default is vanilla Bootstrap):

### Self-hosting
For convenience the library is hosted at `strapdownjs.com` (as in the source above), but if you prefer to host it yourself make sure to save *all* files contained in `/v/`, as the library dynamically loads all necessary stylesheets, etc.
### Limitations
It's an unlikely scenario, but since Strapdown uses the `` tag to wrap your Markdown (so that users don't have to escape special HTML characters), your text can't contain the string ``.