Skip to content

Instantly share code, notes, and snippets.

@JohannesBuchner
Last active August 29, 2015 14:23
Show Gist options
  • Save JohannesBuchner/62f9ba267768de2922be to your computer and use it in GitHub Desktop.
Save JohannesBuchner/62f9ba267768de2922be to your computer and use it in GitHub Desktop.

Enumerated List Bug Demo

First

  1. foo (should be 1.)
  2. bar (should be 2.)

Second

  1. foo (should be a.)
  2. bar (should be b.)

Third

  1. foo (should be (a))
  2. bar (should be (b))

Forth

  1. foo (should be a))
  2. bar (should be b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment