- [issue 67] Fix an sub-`ul` inside a `ol` not working with an indent less
than 4 spaces.
- Fix code blocks and fenced-code-blocks to work with a single leading newline
at the start of the input.
- [issue 86, 'fenced-code-blocks' extra] Fix fenced code blocks not being
parsed out before other syntax elements, like headers.
- [issue 83, 'fenced-code-blocks' and 'code-color' extras] Allow 'cssclass'
code coloring option (passed to pygments) to be overridden (by
https://github.com/kaishaku). E.g.:
import markdown2
html = markdown2.markdown(text,
extras={'fenced-code-blocks': {'cssclass': 'mycode'}})