- Added a method to pass the markdown content as a string (previous option of passing a filepath still exists) - Documentation update (docstrings & README)
1.1.4
- Changed requirements concerning pygame to `>= 1.9.6` as version `2.0.1` has backwards compatibility.
1.1.2
- Fixed parsing of the math operator symbols `<` and `>`. (Previously were rendered as `>` / `<` )
1.1.1
- Fixed padding errors on inline-code in text and lists which lead to irregular distances between words.
1.1.0
- Bugfix: color of fonts could not be set.
1.0.9
- Feature: Introduction of a new function `render_background(boolean)` to enable the user to enable/disable the background if needed. - Bugfix: A crash occurred when the scrollbar was disabled and the user used the mousewheel while the mouse was within the textarea.