Skip to content

Instantly share code, notes, and snippets.

@bitprophet
Forked from blech75/gist:1503089
Created December 20, 2011 20:25
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 bitprophet/1503116 to your computer and use it in GitHub Desktop.
Save bitprophet/1503116 to your computer and use it in GitHub Desktop.
markdown and lists

i want to be able to do this:


# grocery list

* apples
* bananas
* strawberries
* blueberries

* cereal
* granola

* yogurt
* cheese

* apple cider
* orange juice
* milk

but it turns out like this:


grocery list

  • apples

  • bananas

  • strawberries

  • blueberries

  • cereal

  • granola

  • yogurt

  • cheese

  • apple cider

  • orange juice

  • milk


WTF? completely useless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment