Created
February 1, 2015 20:40
-
-
Save stephenjbarr/cd51b2f951e42615f48c to your computer and use it in GitHub Desktop.
sample post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+TITLE: Simple Example | |
#+AUTHOR: Stephen | |
#+DATE: 2015-01-30 | |
#+HTML_DOCTYPE: html5 | |
#+OPTIONS: toc:nil | |
* Headline 1 | |
Here is a nice equation: \( x^{2} - 3 x^{3} - \alpha \beta \). | |
What follows is a simple table: | |
#+ATTR_HTML: :class table table-striped table-hover table-bordered | |
|----+-----+-----| | |
| D1 | Val | Var | | |
|----+-----+-----| | |
| a | b | c | | |
| 1 | 2 | 3 | | |
|----+-----+-----| | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment