Enhancements
- #26 Add codio support. #20 by Vinayak Mehta.
- #35 Support bold/italic text, inline code, links and block quotes. #38 by Vinayak Mehta.
- #32 Make level 3 headings bold. #33 by Vinayak Mehta.
- Allow pressing spacebar to go to next slide. #30 by Thomas Royal.
- #27 Don't raise an error for unsupported markdown elements. #34 by Vinayak Mehta.
- Unvendor
mistune
.
Bugfixes
Enhancements
-
Allow
Slideshow
to be used as a context manager. #18 by Clint Lawrence.Also, the earlier duct tape fix
os.system('reset')
(to not leave the terminal in an abnormal state after exit) is replaced with ascreen.close()
which is much better because the earlier fix wouldn't work on Windows. -
Move an element to the center when there is only one on a slide. 6a0b045 by Vinayak Mehta.
Enhancements
Bugfixes
- First working release!