Skip to content

Instantly share code, notes, and snippets.

@stephenjbarr
Created February 1, 2015 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenjbarr/cd51b2f951e42615f48c to your computer and use it in GitHub Desktop.
Save stephenjbarr/cd51b2f951e42615f48c to your computer and use it in GitHub Desktop.
sample post
#+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