Skip to content

Markdown gadget!

Compare
Choose a tag to compare
@salt-die salt-die released this 29 Nov 22:56
· 220 commits to main since this release

Markdown gadget added! Render markdown in the terminal with graphics, links, tables, lists and task lists! See it in action.

Changes for v0.31.0

  • Markdown gadget added/mistletoe added as a dependency.
  • add_text funcion and add_str, and set_text methods can now accept batgrl-flavored inline markdown if markdown=True.
  • Multi-line paste for console gadget.
  • Doc strings now conform to pydocstyle.
  • Raycaster refactored.
  • Three new Text borders added: near, mcgugan_tall, mcgugan_wide.
  • Cursor save/restore during rendering re-added.
  • VideoPlayer and BrailleVideoPlayer raise FileNotFound if file doesn't exist to prevent cv2 from eating the errors.
  • Render lock is now re-entrant. Gadgets must acquire render lock to resize or reposition.