axiros / terminal_markdown_viewer

Styled Terminal Markdown Viewer
Other
1.81k stars 106 forks source link

add python3 compatibility for nonexistent admon #87

Closed guye1296 closed 3 years ago

guye1296 commented 3 years ago

In python3, dict_value is not subscriptable. I've Converted 'dict_values' into a 'list' in order to avoid crashing mdv.

axgkl commented 3 years ago

sure. I'll push today a new version with your fix, its about time.