# MarkView  ![MarkView](https://raw.github.com/swcool/swcool.github.io/master/assets/images/icon.png)
## Advanced Features
* Visual Markdown Editor, Slides Presentation
* Support Table  Sorting and Footnotes<span style="color: red;"><sup>1</sup> <em>&#8617;</em></span>
* Advanced-Outline Theme: Auto Scroll-Spy
* Document Custom Styling:
  - Add Theme CSS and Select
  - Add Code Style and Select
  - Write CSS, Save and Run

---

# MarkView Slides
### Instant Presentation through Markview
1. Turn your markdown file to slides.
1. Seperate each slide by "---" 
1. Drag and drop a Markdown document
1. Stylish with 6 themes.

---

## Code Syntax Highlight

<h3> This is cool</h3>

~~What are you doing~~  

```ruby
def test
  puts "hi, Test 1  This is what I am" + 
  "looking for! Test 1  This" + 
  "is what I am looking for!";
end
```  

Slide seperator also accept this `<hr>` and `<hr/>`

<hr>

## Stylish presentation with themes
  * coverflow
  * classic
  *	cube
  * carousel
  * concave 
  * blackwhite

### Cool Stuff, Just Try
Instant Presentation Slides Display

<hr/>

## Image embeded, Great Snapshot!

![MarkView Editor](https://raw.github.com/swcool/swcool.github.io/master/assets/images/editor-v221.png)

---  

<br/>

## Another way to display image! 

<p align="center">
<img src="https://raw.github.com/swcool/swcool.github.io/master/assets/images/adv-outline.png", style="width: 500px;"/>
</p>

Don't forget to put "---" or `<hr/>` at the end of each slide

---
